cmake: import the common nerdcruft cmake library
This commit is contained in:
parent
0ec51b643b
commit
c34c8ad366
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "cmake"]
|
||||
path = cmake
|
||||
url = git://git.nerdcruft.net/cmake
|
@ -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
1
cmake
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b695b56eadeaba2fc0ba2db75d7381a47ac91fa0
|
Loading…
Reference in New Issue
Block a user