Remove Fusion library inclusion from the top-level CMakeLists
This commit is contained in:
parent
da91b813f0
commit
b6b8f9e387
1 changed files with 1 additions and 5 deletions
|
@ -10,14 +10,10 @@ add_executable(nrealAirLinuxDriver
|
|||
src/driver.c
|
||||
)
|
||||
|
||||
target_include_directories(nrealAirLinuxDriver
|
||||
SYSTEM BEFORE PRIVATE ${FUSION_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
target_include_directories(nrealAirLinuxDriver
|
||||
BEFORE PUBLIC ${NREAL_AIR_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(nrealAirLinuxDriver
|
||||
${NREAL_AIR_LIBRARY} ${FUSION_LIBRARY}
|
||||
${NREAL_AIR_LIBRARY}
|
||||
)
|
Reference in a new issue