7 lines
171 B
CMake
7 lines
171 B
CMake
|
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)
|