Fix formatting in CMakeLists.txt
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
b559a740cd
commit
b77cf759fc
1 changed files with 3 additions and 4 deletions
|
@ -79,8 +79,7 @@ endif()
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
# Causes the visibility macros to use dllexport rather than dllimport
|
# Causes the visibility macros to use dllexport rather than dllimport
|
||||||
# which is appropriate when building the dll but not consuming it.
|
# which is appropriate when building the dll but not consuming it.
|
||||||
target_compile_definitions(${PROJECT_NAME}
|
target_compile_definitions(${PROJECT_NAME} PRIVATE "TRACETOOLS_BUILDING_DLL")
|
||||||
PRIVATE "TRACETOOLS_BUILDING_DLL")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
ament_export_interfaces(${PROJECT_NAME}_export HAS_LIBRARY_TARGET)
|
ament_export_interfaces(${PROJECT_NAME}_export HAS_LIBRARY_TARGET)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue