mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-09 21:36:27 +08:00
link gui with common; reimplement finding personal and profile directories on windows (not yet used)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user