mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
10 lines
269 B
CMake
10 lines
269 B
CMake
|
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)
|