Skip to content

Commit

Permalink
Add target include directories (JSBSim-Team#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini authored Jan 23, 2024
1 parent 6d126ec commit 6f0c4d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ add_library(libJSBSim ${HEADERS} ${SOURCES}
$<TARGET_OBJECTS:Simgear>
$<TARGET_OBJECTS:GeographicLib>
)
target_include_directories(
libJSBSim
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
)
add_coverage(libJSBSim)

if(EXPAT_FOUND)
Expand Down

0 comments on commit 6f0c4d8

Please sign in to comment.