SmartAudio/package/avs/sampleapp/files/source/fetch-device-sn/CMakeLists.txt

7 lines
171 B
CMake
Raw Normal View History

2018-07-13 01:31:50 +00:00
remove_definitions(-DENABLE_ESP)
add_executable(fetch-device-sn main.cpp)
target_link_libraries(fetch-device-sn json-c)
install(TARGETS fetch-device-sn DESTINATION bin)