File: CMakeLists.txt

package info (click to toggle)
opentracing-cpp 1.6.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: cpp: 14,234; ansic: 68; sh: 16; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
if (BUILD_DYNAMIC_LOADING AND BUILD_SHARED_LIBS)
  add_executable(dynamic_load-example dynamic_load-example.cpp)
  target_link_libraries(dynamic_load-example opentracing)
endif()