Browse Source

* Fixed cmake files

master
bergmann 5 years ago
parent
commit
4954b102c1
3 changed files with 7 additions and 1 deletions
  1. +3
    -0
      .gitmodules
  2. +3
    -1
      CMakeLists.txt
  3. +1
    -0
      cmake/modules

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
[submodule "cmake/modules"]
path = cmake/modules
url = b3rgmann@git.bergmann89.de:cpp/CmakeModules.git

+ 3
- 1
CMakeLists.txt View File

@@ -5,7 +5,9 @@ Include ( CTest )
If ( NOT CMAKE_BUILD_TYPE )
Set ( CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build!" FORCE )
EndIf ( NOT CMAKE_BUILD_TYPE )
Set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../../inc/cmake/")
Set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" )

# Projects ########################################################################################



+ 1
- 0
cmake/modules

@@ -0,0 +1 @@
Subproject commit b125a1a176ae0aada1cd2ec90919061d202dcea9

Loading…
Cancel
Save