Initial commit
This commit is contained in:
9
unix/tx/CMakeLists.txt
Normal file
9
unix/tx/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/common)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/common/rfb)
|
||||
|
||||
add_library(tx STATIC
|
||||
TXWindow.cxx)
|
||||
|
||||
target_link_libraries(tx ${X11_LIBRARIES})
|
||||
Reference in New Issue
Block a user