5 lines
136 B
CMake
5 lines
136 B
CMake
add_executable(thunderscopehwcompensate
|
|
thunderscopehwcompensate.c)
|
|
target_link_libraries(thunderscopehwcompensate
|
|
thunderscopehwlib)
|