Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkutsan authored Nov 6, 2023
1 parent 8e7cbf6 commit a1e9997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ SET (SOURCES
thirdparty/pugixml/pugixml.cpp
)

add_library(OpenDrive SHARED ${SOURCES}))
add_library(OpenDrive SHARED ${SOURCES})
target_include_directories(OpenDrive
PUBLIC
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/thirdparty>)

add_library(OpenDriveStatic SHARED ${SOURCES}))
add_library(OpenDriveStatic SHARED ${SOURCES})
target_include_directories(OpenDrive
PUBLIC
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>
Expand Down

0 comments on commit a1e9997

Please sign in to comment.