Embed the param to locate the D cmake files in the CMakeLists directly.
This commit is contained in:
parent
d021ce53af
commit
464e7a44ac
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules/cmake-d" "${CMAKE_MODULE_PATH}")
|
||||
project(tigersum)
|
||||
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -g -O0 -Wall -Wextra")
|
||||
|
|
Loading…
Reference in a new issue