mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-08 17:24:13 +01:00
7 lines
96 B
CMake
7 lines
96 B
CMake
add_library(Xregion STATIC
|
|
Region.c)
|
|
|
|
if(UNIX)
|
|
libtool_create_control_file(Xregion)
|
|
endif()
|