build: explicitly include the nerdcruft cmake module
This commit is contained in:
parent
ba0eabc848
commit
ba24e9e5af
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "cmake"]
|
||||
path = cmake
|
||||
url = git://git.nerdcruft.net/cmake
|
@ -1,5 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.7.0)
|
||||
project(util-cruft)
|
||||
project(util-cruft LANGUAGES CXX)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
|
||||
include(nc)
|
||||
|
||||
include(CheckFunctionExists)
|
||||
include(CheckCXXCompilerFlag)
|
||||
|
1
cmake
Submodule
1
cmake
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1c5ded53b31d695f01c4d1d666966336a855a53b
|
Loading…
Reference in New Issue
Block a user