mapnik/demo/CMakeLists.txt

8 lines
113 B
Text
Raw Normal View History

2020-11-21 12:24:34 +01:00
if(BUILD_DEMO_VIEWER)
add_subdirectory(viewer)
endif()
if(BUILD_DEMO_CPP)
add_subdirectory(c++)
2020-11-21 12:50:11 +01:00
endif()