summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/2geom/src/CMakeLists.txt
blob: 268d4df1a5b5edc445e45a63690f81759c00e00a (plain)
1
2
3
4
5
6
7
8
9
10
add_subdirectory(2geom)
add_subdirectory(performance-tests EXCLUDE_FROM_ALL)
if(GTK3_FOUND)
  add_subdirectory(toys EXCLUDE_FROM_ALL)
else()
  message("Not building toys as they require GTK3.")
endif()

add_subdirectory(cython EXCLUDE_FROM_ALL)
add_subdirectory(py2geom EXCLUDE_FROM_ALL)