KasmVNC/common/Xregion/CMakeLists.txt

7 lines
96 B
CMake
Raw Normal View History

2020-09-20 14:16:44 +02:00
add_library(Xregion STATIC
Region.c)
if(UNIX)
libtool_create_control_file(Xregion)
endif()