We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d05684 commit 0b87d3bCopy full SHA for 0b87d3b
CMakeLists.txt
@@ -5,4 +5,4 @@ project(aligncount_cpp LANGUAGES CXX)
5
add_subdirectory(cpp/standalone standalone_build)
6
7
# Ensure the CLI gets installed into the wheel
8
-install(TARGETS AligncountStandalone RUNTIME DESTINATION bin)
+install(TARGETS AligncountStandalone RUNTIME DESTINATION bin)
cpp/standalone/CMakeLists.txt
@@ -28,6 +28,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20 OUTPUT_NAME "Al
28
29
target_link_libraries(${PROJECT_NAME} Aligncount::Aligncount cxxopts)
30
31
-install(TARGETS AligncountStandalone
32
- RUNTIME DESTINATION bin
33
- COMPONENT Runtime)
+install(TARGETS AligncountStandalone RUNTIME DESTINATION bin COMPONENT Runtime)
0 commit comments