|
|
@ -3,19 +3,11 @@ set(goose_subscriber_example_SRCS
|
|
|
|
goose_subscriber_example.c
|
|
|
|
goose_subscriber_example.c
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
IF(WIN32)
|
|
|
|
IF(MSVC)
|
|
|
|
|
|
|
|
|
|
|
|
set_source_files_properties(${goose_subscriber_example_SRCS}
|
|
|
|
set_source_files_properties(${goose_subscriber_example_SRCS}
|
|
|
|
PROPERTIES LANGUAGE CXX)
|
|
|
|
PROPERTIES LANGUAGE CXX)
|
|
|
|
add_executable(goose_subscriber_example
|
|
|
|
ENDIF(MSVC)
|
|
|
|
${goose_subscriber_example_SRCS}
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target_link_libraries(goose_subscriber_example
|
|
|
|
|
|
|
|
iec61850
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ELSE(WIN32)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(goose_subscriber_example
|
|
|
|
add_executable(goose_subscriber_example
|
|
|
|
${goose_subscriber_example_SRCS}
|
|
|
|
${goose_subscriber_example_SRCS}
|
|
|
@ -25,6 +17,4 @@ target_link_libraries(goose_subscriber_example
|
|
|
|
iec61850
|
|
|
|
iec61850
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
ENDIF(WIN32)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|