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

21 lines
430 B
CMake

set(goose_publisher_example_SRCS
goose_publisher_example.c
)
IF(MSVC)
set_source_files_properties(${goose_publisher_example_SRCS}
PROPERTIES LANGUAGE CXX)
ENDIF(MSVC)
add_executable(goose_publisher_example
${goose_publisher_example_SRCS}
)
target_link_libraries(goose_publisher_example
iec61850
)