Initial commit
This commit is contained in:
6
common/Xregion/CMakeLists.txt
Normal file
6
common/Xregion/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
add_library(Xregion STATIC
|
||||
Region.c)
|
||||
|
||||
if(UNIX)
|
||||
libtool_create_control_file(Xregion)
|
||||
endif()
|
||||
Reference in New Issue
Block a user