nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 10 lines 607 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index 0d6b915..0a004f7 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -32,4 +32,5 @@ elseif (MACOS) 6 link_directories(${LIBUSB_LIBRARY_DIRS} ${LIBFTDI_LIBRARY_DIRS} ${LIBYAML_LIBRARY_DIRS}) 7 target_link_libraries (bcu_mac ${LIBUSB_LIBDIR}/lib${LIBUSB_LIBRARIES}.dylib ${LIBFTDI_LIBDIR}/${LIBFTDI_MODULE_NAME}.dylib ${LIBYAML_LIBDIR}/lib${LIBYAML_LIBRARIES}.dylib -lpthread -lm) 8 execute_process( COMMAND sh ${PROJECT_SOURCE_DIR}/create_version_h.sh ${PROJECT_SOURCE_DIR} ) 9+ install(TARGETS bcu_mac DESTINATION bin) 10 endif ()