Skip to content
Snippets Groups Projects
Commit eac9882d authored by Rene Halver's avatar Rene Halver
Browse files

updated CMake

parent b5c172d0
No related branches found
No related tags found
No related merge requests found
Pipeline #24932 failed
......@@ -26,6 +26,15 @@ install(TARGETS ASCII2MPIBIN
LIBRARY DESTINATION lib
INCLUDES DESTINATION include)
add_executable(read_binary_output read_output.cpp)
target_link_libraries(read_binary_output LINK_PUBLIC ALL)
install(TARGETS read_binary_output
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
INCLUDES DESTINATION include)
if(CM_ALL_FORTRAN)
add_executable(ALL_test_f ALL_test_f.f90)
if(CM_ALL_VTK_OUTPUT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment