aboutsummaryrefslogtreecommitdiff
path: root/ports/foonathan-memory/portfile.cmake
AgeCommit message (Collapse)Author
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2019-09-20[foonathan-memory] Fix using vcpkg_check_features error (#8266)Cheney Wang
2019-09-17[foonathan-memory] Add new port (#7350)myd7349
* [foonathan-memory] Add new port * [foonathan-memory] Update to 2019-07-21 * [foonathan-memory] Always install nodesize_dbg Otherwise, container_node_sizes_impl.hpp will not be generated correctly. * [foonathan-memory] Build only static library * [foonathan-memory] Put headers into the right place * [foonathan-memory] Fix debug_fill_new/debug_fill_free/debug_fill_internal redefinition error in Debug mode (LNK2005) * [foonathan-memory] Fix Linux build