QGIS/tests/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
264 B
CMake
Raw Normal View History

2020-11-11 11:15:34 +01:00
if (ENABLE_TESTS)
2020-11-11 11:15:34 +01:00
if (WITH_CORE)
add_subdirectory(src)
add_subdirectory(bench)
endif()
2020-11-11 11:15:34 +01:00
add_subdirectory(code_layout)
configure_file(
"${CMAKE_SOURCE_DIR}/tests/env.sh.in"
"${CMAKE_BINARY_DIR}/tests/env.sh"
IMMEDIATE @ONLY)
2020-11-11 11:15:34 +01:00
endif()