5 lines
118 B
CMake
5 lines
118 B
CMake
add_executable(thunderscopehwdump
|
|
thunderscopehwdump.c)
|
|
target_link_libraries(thunderscopehwdump
|
|
thunderscopehwlib)
|