summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step10/SimpleTest/cmake/SimpleTestConfig.cmake
blob: aba0f7585180cdd352f2ebde8aa8e39c74c41994 (plain)
1
2
3
4
5
6
# TODO8: Include the CMakeFindDependencyMacro and use find_dependency to find
#        the TransitiveDep package.


include(${CMAKE_CURRENT_LIST_DIR}/SimpleTestTargets.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/simpletest_discover_tests.cmake)