File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -199,20 +199,18 @@ target_sources(dd_trace_cpp-objects PUBLIC
199
199
src/datadog/w3c_propagation.h
200
200
)
201
201
202
- # TODO: define public/private
203
202
# Headers location are different depending of whether we are building
204
203
# or installing the library.
205
- # target_include_directories(dd_trace_cpp-objects
206
- # PUBLIC
207
- # $<INSTALL_INTERFACE:src>
208
- # $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
209
- # )
204
+ target_include_directories (dd_trace_cpp-objects
205
+ PUBLIC
206
+ $< INSTALL_INTERFACE:src>
207
+ $< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /src>
208
+ )
210
209
211
- add_dependencies (dd_trace_cpp-objects libcurl_object Threads::Threads )
210
+ add_dependencies (dd_trace_cpp-objects Threads::Threads )
212
211
213
212
target_link_libraries (dd_trace_cpp-objects
214
213
PUBLIC
215
- # libcurl_object
216
214
Threads::Threads
217
215
PRIVATE
218
216
dd_trace::specs
You can’t perform that action at this time.
0 commit comments