mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
143 B
CMake
12 lines
143 B
CMake
if (ENABLE_TESTS)
|
|
|
|
if (WITH_CORE)
|
|
add_subdirectory(src)
|
|
add_subdirectory(bench)
|
|
endif()
|
|
|
|
add_subdirectory(code_layout)
|
|
endif()
|
|
|
|
|