mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Forward declare types where possible
This commit is contained in:
committed by
Dennis Klein
parent
eb9dcdd1f9
commit
a9b4788756
@@ -48,12 +48,12 @@ target_link_libraries(${target}
|
||||
Boost::filesystem
|
||||
FairLogger::FairLogger
|
||||
StateMachine
|
||||
DDS::dds_topology_lib # TODO Eventually hide this in the future
|
||||
|
||||
PRIVATE
|
||||
Boost::boost
|
||||
DDS::dds_intercom_lib
|
||||
DDS::dds_tools_lib
|
||||
DDS::dds_topology_lib
|
||||
Tools
|
||||
)
|
||||
set_target_properties(${target} PROPERTIES
|
||||
|
Reference in New Issue
Block a user