fixed linux gui build and dist

This commit is contained in:
Nick Bolton
2011-04-26 10:53:29 +00:00
parent 5c93484794
commit 85b2802777
5 changed files with 22 additions and 14 deletions

View File

@@ -57,3 +57,10 @@ include_directories(${inc})
add_executable(synergyc ${src})
target_link_libraries(synergyc
arch base client common io mt net platform server synergy ${libs})
if (CONF_CPACK)
install(TARGETS
synergyc
COMPONENT core
DESTINATION bin)
endif()