Skip to content
Snippets Groups Projects
Commit dd62faf3 authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Add RUNTIME executable

parent a36aa07b
No related branches found
No related tags found
No related merge requests found
Pipeline #115513 passed
...@@ -11,5 +11,5 @@ include_directories(${HDF5_INCLUDE_DIRS}) ...@@ -11,5 +11,5 @@ include_directories(${HDF5_INCLUDE_DIRS})
add_executable(phoenix_binary_analyzer PDataCol.cpp main.cpp) add_executable(phoenix_binary_analyzer PDataCol.cpp main.cpp)
target_link_libraries(phoenix_binary_analyzer phoenix_binary_analyzer_lib option_parser string_utils ${HDF5_CXX_LIBRARIES}) target_link_libraries(phoenix_binary_analyzer phoenix_binary_analyzer_lib option_parser string_utils ${HDF5_CXX_LIBRARIES})
install(TARGETS phoenix_binary_analyzer DESTINATION bin) install(TARGETS phoenix_binary_analyzer RUNTIME DESTINATION bin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment