RTU/libiec61850-1.5.3/examples/iec61850_client_file_async/CMakeLists.txt

18 lines
361 B
CMake

set(iec61850_client_file_async_SRCS
client_example_async.c
)
IF(MSVC)
set_source_files_properties(${iec61850_client_file_async_SRCS}
PROPERTIES LANGUAGE CXX)
ENDIF(MSVC)
add_executable(iec61850_client_file_async
${iec61850_client_file_async_SRCS}
)
target_link_libraries(iec61850_client_file_async
iec61850
)