Update CmakeList

This commit is contained in:
Blyron 2024-07-02 16:40:26 +02:00 committed by Blyron
parent ca93129d4f
commit ffaf7ff581
1 changed files with 1 additions and 6 deletions

View File

@ -31,6 +31,7 @@ carla_add_executable (
carla-example-client
"Build the CARLA C++ client example."
${CARLA_EXAMPLE_CPP_SOURCES}
${CARLA_EXAMPLE_CPP_HEADERS}
)
target_link_libraries (
@ -38,9 +39,3 @@ target_link_libraries (
carla-client
)
target_include_directories(
carla-example-client
PUBLIC
${CARLA_EXAMPLE_CPP_HEADERS}
)