We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2adb commit a114b9aCopy full SHA for a114b9a
1 file changed
CMakeLists.txt
@@ -436,7 +436,7 @@ elseif (SKBUILD)
436
install(TARGETS pyplanc LIBRARY DESTINATION .)
437
install(TARGETS nmflib RUNTIME DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../" ARCHIVE DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../" LIBRARY DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../")
438
elseif (BUILD_EXECUTABLE)
439
- add_executable(plancnmf nmf_cmd.cpp)
+ add_executable(plancnmf nmf/nmf_cmd.cpp)
440
find_package(argparse REQUIRED)
441
target_link_libraries(nmflib PUBLIC progressWrapper)
442
target_link_libraries(plancnmf PRIVATE nmflib argparse::argparse)
0 commit comments