7 lines
96 B
CMake
7 lines
96 B
CMake
add_library(Xregion STATIC
|
|
Region.c)
|
|
|
|
if(UNIX)
|
|
libtool_create_control_file(Xregion)
|
|
endif()
|