mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-08-12 23:48:22 +00:00
Move ProbeComponentThreadHarness into spinscale_probe_support (sscl::probe) so tools can link it without gtest; keep a sscl::tests compatibility shim. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
231 B
CMake
12 lines
231 B
CMake
add_library(spinscale_probe_support STATIC
|
|
probeComponentThread.cpp
|
|
)
|
|
|
|
target_include_directories(spinscale_probe_support PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}/..
|
|
)
|
|
|
|
target_link_libraries(spinscale_probe_support PUBLIC
|
|
spinscale
|
|
)
|