Update CmakeList
This commit is contained in:
parent
ca93129d4f
commit
ffaf7ff581
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue