You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/examples/iec61850_sv_client_example/CMakeLists.txt

18 lines
358 B
CMake

set(iec61850_sv_client_example_SRCS
sv_client_example.c
)
IF(MSVC)
set_source_files_properties(${iec61850_sv_client_example_SRCS}
PROPERTIES LANGUAGE CXX)
ENDIF(MSVC)
add_executable(iec61850_sv_client_example
${iec61850_sv_client_example_SRCS}
)
target_link_libraries(iec61850_sv_client_example
iec61850
)