Skip to content

Commit

Permalink
Add installation of OM3 executables to CMakeLists.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Oct 17, 2023
1 parent d913691 commit ef707a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,13 @@ endforeach()
# Install or Export #
#]==============================================================================]

# TODO
## Installs
foreach(CONF IN LISTS KnownConfigurations)
if(NOT OM3_ENABLE_${CONF})
continue()
endif()

install(TARGETS OM3_${CONF}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
endforeach()

0 comments on commit ef707a2

Please sign in to comment.