1
0
mirror of https://github.com/kasmtech/KasmVNC.git synced 2025-03-09 20:51:45 +01:00
KasmVNC/common/Xregion/CMakeLists.txt
2020-09-20 12:16:44 +00:00

7 lines
96 B
CMake

add_library(Xregion STATIC
Region.c)
if(UNIX)
libtool_create_control_file(Xregion)
endif()