File tree Expand file tree Collapse file tree
websocket_streaming_client_module
websocket_streaming_server_module Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- set_cmake_folder_context (TARGET_FOLDER_NAME )
1+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
22
33if (MSVC )
44 add_compile_options (/wd4100 )
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
2- set_cmake_folder_context (TARGET_FOLDER_NAME )
2+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
33project (WebsocketStreamingClientModule VERSION ${${REPO_OPTION_PREFIX} _VERSION} LANGUAGES C CXX )
44
55if (MSVC )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(SRC_Srcs module_dll.cpp
1515 websocket_streaming_client_module_impl.cpp
1616)
1717
18- prepend_include (${TARGET_FOLDER_NAME} SRC_Include )
18+ opendaq_prepend_include (${TARGET_FOLDER_NAME} SRC_Include )
1919
2020source_group ("module" FILES ${MODULE_HEADERS_DIR} /websocket_streaming_client_module_impl.h
2121 ${MODULE_HEADERS_DIR} /module_dll.h
@@ -45,4 +45,4 @@ target_include_directories(${LIB_NAME} PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_
4545)
4646
4747opendaq_set_module_properties (${LIB_NAME} ${PROJECT_VERSION_MAJOR} )
48- create_version_header (${LIB_NAME} )
48+ opendaq_create_version_header (${LIB_NAME} )
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
2- set_cmake_folder_context (TARGET_FOLDER_NAME )
2+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
33project (WebsocketStreamingServerModule VERSION ${${REPO_OPTION_PREFIX} _VERSION} LANGUAGES CXX )
44
55add_subdirectory (src )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set(SRC_Srcs module_dll.cpp
1717 websocket_streaming_server_impl.cpp
1818)
1919
20- prepend_include (${TARGET_FOLDER_NAME} SRC_Include )
20+ opendaq_prepend_include (${TARGET_FOLDER_NAME} SRC_Include )
2121
2222source_group ("module" FILES ${MODULE_HEADERS_DIR} /websocket_streaming_server_module_impl.h
2323 ${MODULE_HEADERS_DIR} /websocket_streaming_server_impl.h
@@ -49,5 +49,5 @@ target_include_directories(${LIB_NAME} PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_
4949)
5050
5151opendaq_set_module_properties (${LIB_NAME} ${PROJECT_VERSION_MAJOR} )
52- create_version_header (${LIB_NAME} )
52+ opendaq_create_version_header (${LIB_NAME} )
5353
Original file line number Diff line number Diff line change 1- set_cmake_folder_context (TARGET_FOLDER_NAME )
1+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
22
33if (MSVC )
44 add_compile_options (/wd4100 )
Original file line number Diff line number Diff line change 1- set_cmake_folder_context (TARGET_FOLDER_NAME )
1+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
22
33add_subdirectory (websocket_streaming )
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
2- set_cmake_folder_context (TARGET_FOLDER_NAME ${OPENDAQ_SDK_TARGET_NAMESPACE} _websocket_streaming )
2+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME ${OPENDAQ_SDK_TARGET_NAMESPACE} _websocket_streaming )
33project (OpenDaqStreaming
44 VERSION 4.0.0
55 LANGUAGES CXX
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set(SRC_PublicHeaders
3232)
3333
3434set (INCLUDE_DIR ../include/websocket_streaming)
35- prepend_include (${INCLUDE_DIR} SRC_PublicHeaders )
35+ opendaq_prepend_include (${INCLUDE_DIR} SRC_PublicHeaders )
3636
3737
3838set (SRC_PrivateHeaders
Original file line number Diff line number Diff line change 1- set_cmake_folder_context (TARGET_FOLDER_NAME )
1+ opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
22
33if (MSVC )
44 add_compile_options (/wd4100 )
You can’t perform that action at this time.
0 commit comments