mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-03-09 20:51:45 +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()
|