toxcore/auto_tests/CMakeLists.txt

9 lines
268 B
CMake
Raw Normal View History

2013-08-07 10:07:13 +08:00
cmake_minimum_required(VERSION 2.6.0)
cmake_policy(SET CMP0011 NEW)
find_package(Check REQUIRED)
include_directories(${CHECK_INCLUDE_DIRS})
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/messenger_test.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/friends_test.cmake)