mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 09:38:52 +08:00
3 lines
81 B
CMake
3 lines
81 B
CMake
|
|
add_executable(demo demo.cpp)
|
||
|
|
target_link_libraries(demo PRIVATE indica::indica)
|