You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 96B

123456
  1. add_library(Xregion STATIC
  2. Region.c)
  3. if(UNIX)
  4. libtool_create_control_file(Xregion)
  5. endif()