31 lines
1.4 KiB
CMake
31 lines
1.4 KiB
CMake
# The set of languages for which implicit dependencies are needed:
|
|
set(CMAKE_DEPENDS_LANGUAGES
|
|
"CXX"
|
|
)
|
|
# The set of files for implicit dependencies of each language:
|
|
set(CMAKE_DEPENDS_CHECK_CXX
|
|
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocket.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj"
|
|
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXSocketOpenSSL.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj"
|
|
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocket.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj"
|
|
"C:/Users/user/Documents/GitHub/IXWebSocket/ixwebsocket/IXWebSocketTransport.cpp" "C:/Users/user/Documents/GitHub/IXWebSocket/examples/chat/ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj"
|
|
)
|
|
set(CMAKE_CXX_COMPILER_ID "MSVC")
|
|
|
|
# Preprocessor definitions for this target.
|
|
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
"IXWEBSOCKET_USE_TLS"
|
|
)
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
"../../."
|
|
"../../../../shared/OpenSSL/include"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|