1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
matabstrix/CMakeLists.txt

7 lines
172 B
CMake
Raw Permalink Normal View History

2015-11-03 11:46:05 +00:00
cmake_minimum_required (VERSION 3.0)
2015-11-04 04:13:34 +00:00
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
add_subdirectory (src)
add_subdirectory (examples)