- replaced strndup
parent
51c29fe9a7
commit
77f97dc006
@ -1,17 +1,17 @@
|
||||
|
||||
set(iec61850_client_array_SRCS
|
||||
set(iec61850_client_example_array_SRCS
|
||||
client_example_array.c
|
||||
)
|
||||
|
||||
IF(WIN32)
|
||||
set_source_files_properties(${iec61850_client_array_SRCS}
|
||||
set_source_files_properties(${iec61850_client_example_array_SRCS}
|
||||
PROPERTIES LANGUAGE CXX)
|
||||
ENDIF(WIN32)
|
||||
|
||||
add_executable(iec61850_client_array
|
||||
${iec61850_client_array_SRCS}
|
||||
add_executable(iec61850_client_example_array
|
||||
${iec61850_client_example_array_SRCS}
|
||||
)
|
||||
|
||||
target_link_libraries(iec61850_client_array
|
||||
target_link_libraries(iec61850_client_example_array
|
||||
iec61850
|
||||
)
|
||||
|
Loading…
Reference in New Issue