- set(MODULE iot-acq)
- include_directories(./
- )
- aux_source_directory(./ SRC)
- add_executable(${MODULE} ${SRC})
- # add_dependencies(${MODULE} vendor)
- target_link_directories(${MODULE} PUBLIC ${JSONCPP_LIBS_DIR})
- target_link_libraries(${MODULE} jsoncpp settings vendor leoyun)
- target_include_directories(${MODULE} PUBLIC ${JSONCPP_INCLUDE_DIR}
- ${PRODUCT_ROOT_DIR}/foundation/webconfig/
- ${PRODUCT_ROOT_DIR}/communications)
|