mirror of
https://github.com/mapnik/mapnik.git
synced 2025-07-01 10:30:43 +02:00
7 lines
113 B
CMake
7 lines
113 B
CMake
if(BUILD_DEMO_VIEWER)
|
|
add_subdirectory(viewer)
|
|
endif()
|
|
|
|
if(BUILD_DEMO_CPP)
|
|
add_subdirectory(c++)
|
|
endif()
|