mapnik/demo/CMakeLists.txt

8 lines
113 B
Text
Raw Normal View History

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