Fix format strings and signatures for fixed size integers
Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
parent
638cab9291
commit
63a5c87baf
35 changed files with 245 additions and 230 deletions
|
@ -52,6 +52,8 @@ include(ddsc/CMakeLists.txt)
|
|||
|
||||
target_link_libraries(ddsc PRIVATE util)
|
||||
target_link_libraries(ddsc PRIVATE ddsrt)
|
||||
target_compile_definitions(
|
||||
ddsc PUBLIC $<BUILD_INTERFACE:$<TARGET_PROPERTY:ddsrt,INTERFACE_COMPILE_DEFINITIONS>>)
|
||||
target_include_directories(
|
||||
ddsc PUBLIC $<BUILD_INTERFACE:$<TARGET_PROPERTY:ddsrt,INTERFACE_INCLUDE_DIRECTORIES>>)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue