mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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()
|
|
|
|
|