now fdNMF has its own directory and copies files like a grown up

nix
Pierre Alexandre Tremblay 7 years ago
parent c6a09b0334
commit 1d9c962b20

@ -1,5 +1,5 @@
####### added the eingenmf
set(FLUID_DECOMP_DIR ../fluid_decomposition)
set(FLUID_DECOMP_DIR ../../fluid_decomposition)
include_directories(
"${FLUID_DECOMP_DIR}"
@ -103,4 +103,11 @@ if(SUPERNOVA)
PROPERTY COMPILE_DEFINITIONS SUPERNOVA)
endif()
add_custom_command(
TARGET
${PROJECT}
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:${PROJECT}> "../../release-packaging/${PROJECT}/plugins"
)
target_link_libraries (${PROJECT} "-framework Accelerate")
Loading…
Cancel
Save