Install both oven and vhacd in both client and client+server builds.

This commit is contained in:
NissimHadar 2019-04-09 12:30:34 -07:00
parent 13f0b97d07
commit 3e292c4b03
2 changed files with 2 additions and 6 deletions

View file

@ -18,6 +18,4 @@ elseif (APPLE)
set_target_properties(${TARGET_NAME} PROPERTIES INSTALL_RPATH "@executable_path/../Frameworks")
endif()
if (BUILD_SERVER)
install_beside_console()
endif ()
install_beside_console()

View file

@ -23,6 +23,4 @@ elseif (UNIX AND NOT APPLE)
endif()
endif ()
if (BUILD_SERVER)
install_beside_console()
endif ()
install_beside_console()