link gui with common; reimplement finding personal and profile directories on windows (not yet used)

This commit is contained in:
walker0643
2018-03-29 14:01:07 -04:00
parent fe818a4955
commit 72cc7e3d89
5 changed files with 94 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ if (HAVE_X11)
target_link_libraries (barrier X11)
endif()
target_link_libraries (barrier common)
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
install (TARGETS barrier DESTINATION ${BARRIER_BUNDLE_BINARY_DIR})
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")