PLIB includes fix from Florent
This commit is contained in:
parent
56d4662468
commit
329d3cdd13
3 changed files with 6 additions and 4 deletions
3
3rdparty/fonts/CMakeLists.txt
vendored
3
3rdparty/fonts/CMakeLists.txt
vendored
|
@ -13,5 +13,4 @@ target_link_libraries(PLIBFont SimGearCore )
|
|||
target_include_directories(PLIBFont PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${OPENSCENEGRAPH_INCLUDE_DIRS})
|
||||
|
||||
|
||||
target_include_directories(PLIBFont PRIVATE ${PLIB_INCLUDE_DIR})
|
||||
|
|
|
@ -4,8 +4,8 @@ function(setup_fgfs_includes target)
|
|||
target_include_directories(${target} PRIVATE ${PROJECT_SOURCE_DIR}/src/FDM/JSBSim)
|
||||
endif()
|
||||
|
||||
target_include_directories(${target} PRIVATE ${PLIB_INCLUDE_DIR})
|
||||
target_include_directories(${target} PRIVATE ${PROJECT_SOURCE_DIR}/3rdparty/cjson)
|
||||
|
||||
# only actually needed for httpd.cxx
|
||||
target_include_directories(${target} PRIVATE ${PROJECT_SOURCE_DIR}/3rdparty/mongoose)
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
add_executable(GPSsmooth
|
||||
GPSsmooth.cxx GPSsmooth.hxx
|
||||
gps_main.cxx
|
||||
|
@ -16,6 +15,10 @@ add_executable(UGsmooth
|
|||
UGear_main.cxx
|
||||
)
|
||||
|
||||
target_include_directories(GPSsmooth PRIVATE ${PLIB_INCLUDE_DIR})
|
||||
target_include_directories(MIDGsmooth PRIVATE ${PLIB_INCLUDE_DIR})
|
||||
target_include_directories(UGsmooth PRIVATE ${PLIB_INCLUDE_DIR})
|
||||
|
||||
target_link_libraries(GPSsmooth
|
||||
SimGearCore
|
||||
${PLIB_SG_LIBRARY}
|
||||
|
|
Loading…
Reference in a new issue