diff options
Diffstat (limited to 'unix/common/CMakeLists.txt')
-rw-r--r-- | unix/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/common/CMakeLists.txt b/unix/common/CMakeLists.txt index 87e2ae79..72662fdb 100644 --- a/unix/common/CMakeLists.txt +++ b/unix/common/CMakeLists.txt @@ -3,6 +3,7 @@ add_library(unixcommon STATIC target_include_directories(unixcommon PUBLIC ${CMAKE_SOURCE_DIR}/common) target_include_directories(unixcommon PUBLIC ${CMAKE_SOURCE_DIR}/unix/common) +target_link_libraries(unixcommon core rfb) if(UNIX) libtool_create_control_file(unixcommon) |