mirror of https://github.com/AxioDL/nod.git
Ensure exported include dir is correct
This commit is contained in:
parent
cd782047c8
commit
ca2aeecc64
|
@ -34,7 +34,7 @@ install(
|
||||||
TARGETS nod
|
TARGETS nod
|
||||||
EXPORT nodTargets
|
EXPORT nodTargets
|
||||||
ARCHIVE DESTINATION "lib"
|
ARCHIVE DESTINATION "lib"
|
||||||
INCLUDES DESTINATION "include/nod" # This sets the INTERFACE_INCLUDE_DIRECTORIES property of the target.
|
INCLUDES DESTINATION include # This sets the INTERFACE_INCLUDE_DIRECTORIES property of the target.
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install the target config files
|
# Install the target config files
|
||||||
|
|
2
logvisor
2
logvisor
|
@ -1 +1 @@
|
||||||
Subproject commit 27668b76916d6fcf323f9f66d83d0ab5ab59a2fa
|
Subproject commit 4b4ef03a3b6a418e490741a8f5f0d8e1dd700cea
|
Loading…
Reference in New Issue