4 lines
88 B
CMake
4 lines
88 B
CMake
|
ADD_EXECUTABLE(firmware_make main.cpp)
|
||
|
|
||
|
TARGET_LINK_LIBRARIES (firmware_make shared)
|