aboutsummaryrefslogtreecommitdiffstats
path: root/common/Xregion/CMakeLists.txt
blob: 40ca97e464028d014f556052f80e5ffb5e54e551 (plain)
1
2
3
4
5
6
add_library(Xregion STATIC
  Region.c)

if(UNIX)
  libtool_create_control_file(Xregion)
endif()