- renamed iec61850_client_example3 to iec61850_client_example_control
- removed outcommented codepull/71/head
parent
b5cb80868c
commit
c36050f455
@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
set(iec61850_client_example3_SRCS
|
|
||||||
client_example3.c
|
|
||||||
)
|
|
||||||
|
|
||||||
IF(WIN32)
|
|
||||||
set_source_files_properties(${iec61850_client_example3_SRCS}
|
|
||||||
PROPERTIES LANGUAGE CXX)
|
|
||||||
ENDIF(WIN32)
|
|
||||||
|
|
||||||
add_executable(iec61850_client_example3
|
|
||||||
${iec61850_client_example3_SRCS}
|
|
||||||
)
|
|
||||||
|
|
||||||
target_link_libraries(iec61850_client_example3
|
|
||||||
iec61850
|
|
||||||
)
|
|
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
set(iec61850_client_example_control_SRCS
|
||||||
|
client_example_control.c
|
||||||
|
)
|
||||||
|
|
||||||
|
IF(WIN32)
|
||||||
|
set_source_files_properties(${iec61850_client_example_control_SRCS}
|
||||||
|
PROPERTIES LANGUAGE CXX)
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
|
add_executable(client_example_control
|
||||||
|
${iec61850_client_example_control_SRCS}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(client_example_control
|
||||||
|
iec61850
|
||||||
|
)
|
@ -1,7 +1,7 @@
|
|||||||
LIBIEC_HOME=../..
|
LIBIEC_HOME=../..
|
||||||
|
|
||||||
PROJECT_BINARY_NAME = client_example3
|
PROJECT_BINARY_NAME = client_example_control
|
||||||
PROJECT_SOURCES = client_example3.c
|
PROJECT_SOURCES = client_example_control.c
|
||||||
|
|
||||||
include $(LIBIEC_HOME)/make/target_system.mk
|
include $(LIBIEC_HOME)/make/target_system.mk
|
||||||
include $(LIBIEC_HOME)/make/stack_includes.mk
|
include $(LIBIEC_HOME)/make/stack_includes.mk
|
Loading…
Reference in New Issue