mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
258 B
CMake
9 lines
258 B
CMake
IF (ENABLE_TESTS)
|
|
IF (APPLE)
|
|
# override default data path, otherwise looks for Resources in app bundle
|
|
SET (QGIS_DATA_SUBDIR "${CMAKE_SOURCE_DIR}/resources")
|
|
ENDIF (APPLE)
|
|
ADD_SUBDIRECTORY(src)
|
|
ADD_SUBDIRECTORY(bench)
|
|
ENDIF (ENABLE_TESTS)
|