mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
204 B
CMake
9 lines
204 B
CMake
IF (ENABLE_TESTS)
|
|
ADD_SUBDIRECTORY(src)
|
|
ADD_SUBDIRECTORY(bench)
|
|
ENDIF (ENABLE_TESTS)
|
|
|
|
IF(WITH_ASTYLE)
|
|
ADD_TEST(qgis_indentation ${CMAKE_SOURCE_DIR}/scripts/verify-indentation.sh)
|
|
ENDIF(WITH_ASTYLE)
|