12345678910111213141516171819202122232425262728293031 |
- #----------------------------------------------------------------
- # Generated CMake target import file for configuration "DEBUG".
- #----------------------------------------------------------------
- # Commands may need to know the format version.
- set(CMAKE_IMPORT_FILE_VERSION 1)
- # Import target "websockets" for configuration "DEBUG"
- set_property(TARGET websockets APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
- set_target_properties(websockets PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C"
- IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libz.so;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libssl.so;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libcrypto.so;m"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libwebsockets.a"
- )
- list(APPEND _IMPORT_CHECK_TARGETS websockets )
- list(APPEND _IMPORT_CHECK_FILES_FOR_websockets "${_IMPORT_PREFIX}/lib/libwebsockets.a" )
- # Import target "websockets_shared" for configuration "DEBUG"
- set_property(TARGET websockets_shared APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
- set_target_properties(websockets_shared PROPERTIES
- IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libz.so;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libssl.so;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libcrypto.so;m"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libwebsockets.so.9"
- IMPORTED_SONAME_DEBUG "libwebsockets.so.9"
- )
- list(APPEND _IMPORT_CHECK_TARGETS websockets_shared )
- list(APPEND _IMPORT_CHECK_FILES_FOR_websockets_shared "${_IMPORT_PREFIX}/lib/libwebsockets.so.9" )
- # Commands beyond this point should not need to know the version.
- set(CMAKE_IMPORT_FILE_VERSION)
|