summaryrefslogtreecommitdiff
path: root/module_test/CMakeLists.txt
blob: 283de521b3d2c1d97b8c12da2f45de3c584247e1 (plain)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 2.8...3.10)

add_subdirectory(${CMAKE_SOURCE_DIR}/module_test/vendor)
add_subdirectory(${CMAKE_SOURCE_DIR}/module_test/plugin_test_main)
add_subdirectory(${CMAKE_SOURCE_DIR}/module_test/test_case)
add_subdirectory(${CMAKE_SOURCE_DIR}/module_test/src/)