5 lines
133 B
CMake
5 lines
133 B
CMake
add_executable(thunderscopehwcalibrate
|
|
thunderscopehwcalibrate.c)
|
|
target_link_libraries(thunderscopehwcalibrate
|
|
thunderscopehwlib)
|