mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-04 20:26:02 +00:00
Remove redundant include path
This commit is contained in:
parent
f1c76a475d
commit
2b7ea07cae
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "logvisor"]
|
[submodule "logvisor"]
|
||||||
path = logvisor
|
path = logvisor
|
||||||
url = ../logvisor.git
|
url = https://github.com/sfuller/logvisor.git
|
||||||
|
@ -23,7 +23,7 @@ file(GLOB NOD_HEADERS include/nod/*.h*)
|
|||||||
|
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
add_subdirectory(driver)
|
add_subdirectory(driver)
|
||||||
install(DIRECTORY include/nod DESTINATION include/nod)
|
install(DIRECTORY include/nod DESTINATION include)
|
||||||
|
|
||||||
set(version_config_file "${PROJECT_BINARY_DIR}/nodConfigVersion.cmake")
|
set(version_config_file "${PROJECT_BINARY_DIR}/nodConfigVersion.cmake")
|
||||||
set(config_file "${PROJECT_BINARY_DIR}/nodConfig.cmake")
|
set(config_file "${PROJECT_BINARY_DIR}/nodConfig.cmake")
|
||||||
|
2
logvisor
2
logvisor
@ -1 +1 @@
|
|||||||
Subproject commit 02cef9479eea2c444715c0a84cb7aa3c8f41c1ee
|
Subproject commit 27668b76916d6fcf323f9f66d83d0ab5ab59a2fa
|
Loading…
x
Reference in New Issue
Block a user