mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-13 02:28:53 +08:00
3 lines
89 B
CMake
3 lines
89 B
CMake
add_executable(demo demo.cpp)
|
|
target_link_libraries(demo PRIVATE indicators::indicators)
|