nameof_module/CMakeLists.txt

9 lines
138 B
Text
Raw Normal View History

2018-04-29 12:34:02 +00:00
cmake_minimum_required(VERSION 3.2)
2018-03-26 12:02:43 +00:00
2018-08-29 11:57:44 +00:00
project(nameof LANGUAGES CXX)
2018-03-27 09:03:12 +00:00
2018-03-26 12:02:43 +00:00
add_subdirectory(example)
2018-03-28 08:54:21 +00:00
enable_testing()
2018-04-14 19:52:48 +00:00
add_subdirectory(test)