nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 18 lines 664 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index ecc11a7961..67a2b82b4b 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -489,8 +489,12 @@ 6 ${FOLLY_DIR}/test/DeterministicSchedule.cpp 7 ${FOLLY_DIR}/json/JsonTestUtil.cpp 8 ) 9+auto_sources(test_certs "*.pem" "${FOLLY_DIR}/io/async/test/certs") 10+install(FILES ${test_certs} 11+ DESTINATION "${LIB_INSTALL_DIR}/folly/test-certs" 12+) 13 target_compile_definitions(folly_test_util PUBLIC 14- FOLLY_CERTS_DIR="${FOLLY_DIR}/io/async/test/certs" 15+ FOLLY_CERTS_DIR="${LIB_INSTALL_DIR}/folly/test-certs" 16 ) 17 set_property(TARGET folly_test_util PROPERTY VERSION ${PACKAGE_VERSION}) 18 target_link_libraries(folly_test_util