Add ovnisync and install targets

This commit is contained in:
Rodrigo Arias 2023-02-22 08:53:30 +01:00 committed by Rodrigo Arias Mallo
parent 4f49289bf5
commit 2ebae042a8

View File

@ -63,14 +63,14 @@ target_link_libraries(ovnidump emu parson-static ovni-static)
add_executable(ovnisort ovnisort.c) add_executable(ovnisort ovnisort.c)
target_link_libraries(ovnisort emu parson-static ovni-static) target_link_libraries(ovnisort emu parson-static ovni-static)
## Use <PackageName>_ROOT variables if available, commonly used by MPI # Use <PackageName>_ROOT variables if available, commonly used by MPI
## installations # installations
#if(POLICY CMP0074) if(POLICY CMP0074)
# cmake_policy(SET CMP0074 NEW) cmake_policy(SET CMP0074 NEW)
#endif() endif()
#
#find_package(MPI REQUIRED) find_package(MPI REQUIRED)
#add_executable(ovnisync ovnisync.c) add_executable(ovnisync ovnisync.c)
#target_link_libraries(ovnisync m MPI::MPI_C) target_link_libraries(ovnisync m MPI::MPI_C)
#
#install(TARGETS ovniemu ovnidump ovnisync ovnisort RUNTIME DESTINATION bin) install(TARGETS ovniemu ovnidump ovnisync ovnisort RUNTIME DESTINATION bin)