mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Cache include path
This commit is contained in:
@@ -7,8 +7,10 @@ endif()
|
|||||||
|
|
||||||
if (NOT TARGET LogVisor)
|
if (NOT TARGET LogVisor)
|
||||||
add_subdirectory(LogVisor)
|
add_subdirectory(LogVisor)
|
||||||
set(LOG_VISOR_INCLUDE_DIR LogVisor/include)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(BOO_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "libBoo include path" FORCE)
|
||||||
|
|
||||||
include_directories(include ${LOG_VISOR_INCLUDE_DIR})
|
include_directories(include ${LOG_VISOR_INCLUDE_DIR})
|
||||||
|
|
||||||
if(NOT GEKKO AND NOT CAFE)
|
if(NOT GEKKO AND NOT CAFE)
|
||||||
|
|||||||
2
LogVisor
2
LogVisor
Submodule LogVisor updated: 4c2442df2d...048d59b58b
Reference in New Issue
Block a user