|
|
@@ -13,12 +13,10 @@ opener_common_includes()
|
|
|
|
|
|
opener_platform_support("INCLUDES")
|
|
|
|
|
|
-opener_platform_support("INCLUDES")
|
|
|
-
|
|
|
set (PLATFORMLIBNAME ${OpENer_PLATFORM}PLATFORM)
|
|
|
|
|
|
-add_library( PLATFORMLIBNAME ${PLATFORM_SPEC_SRC})
|
|
|
+add_library( ${PLATFORMLIBNAME} ${PLATFORM_SPEC_SRC})
|
|
|
|
|
|
add_executable(OpENer main.c)
|
|
|
|
|
|
-target_link_libraries( OpENer PLATFORMLIBNAME CIP SAMPLE_APP ENET_ENCAP ws2_32 )
|
|
|
+target_link_libraries( OpENer ${PLATFORMLIBNAME} CIP SAMPLE_APP ENET_ENCAP ws2_32 ${OpENer_CIP_OBJECTS} )
|