diff options
Diffstat (limited to 'omegalib/omega_calc/CMakeLists.txt')
-rw-r--r-- | omegalib/omega_calc/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/omegalib/omega_calc/CMakeLists.txt b/omegalib/omega_calc/CMakeLists.txt index cc40c3e..9afbcd6 100644 --- a/omegalib/omega_calc/CMakeLists.txt +++ b/omegalib/omega_calc/CMakeLists.txt @@ -29,4 +29,5 @@ add_dependencies(omega_calc omega codegen) target_link_libraries(omega_calc omega codegen) install(TARGETS omega_calc - RUNTIME DESTINATION bin) + DESTINATION bin + COMPONENT omega_calc OPTIONAL) |