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/goose_subscriber_RT/CMakeLists.txt

21 lines
406 B
CMake

2 years ago
set(goose_subscriber_example_SRCS
goose_subscriber_example_RT.c
)
IF(MSVC)
set_source_files_properties(${goose_subscriber_example_SRCS}
PROPERTIES LANGUAGE CXX)
ENDIF(MSVC)
add_executable(goose_subscriber_example_RT
${goose_subscriber_example_SRCS}
)
target_link_libraries(goose_subscriber_example_RT
iec61850
)