mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
CMake: Standardized CMakeLists.txt
This commit is contained in:
parent
1dd60ccffe
commit
841cce1370
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,7 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
if(POLICY CMP0037)
|
||||
cmake_policy(SET CMP0037 OLD)
|
||||
endif()
|
||||
include_directories (${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue