Files
c/kubernetes/PostTarget.cmake

8 lines
244 B
CMake
Raw Normal View History

2021-11-15 12:08:00 -03:00
if (TARGET websockets_shared)
set(${WEBSOCKETS} websockets_shared)
else()
2021-11-15 12:08:00 -03:00
set(${WEBSOCKETS} websockets)
endif()
target_link_libraries(${pkgName} PRIVATE yaml ${WEBSOCKETS})
2021-08-30 12:09:20 -03:00
set_target_properties(${pkgName} PROPERTIES LINKER_LANGUAGE C)