cmake: import the common nerdcruft cmake library

This commit is contained in:
Danny Robson 2019-02-24 11:57:14 +11:00
parent 0ec51b643b
commit c34c8ad366
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "cmake"]
path = cmake
url = git://git.nerdcruft.net/cmake

View File

@ -5,6 +5,9 @@ project(quimby
LANGUAGES CXX
)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
include (nc)
install(
FILES
systemd/system/quimby.service

1
cmake Submodule

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