Skip to content
Snippets Groups Projects
Commit fdf49645 authored by armatusmiles's avatar armatusmiles
Browse files

Add link libraries

parent 399a4688
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,8 @@ add_definitions ("${dap_session_DEFINITIONS}") ...@@ -28,8 +28,8 @@ add_definitions ("${dap_session_DEFINITIONS}")
add_library(${PROJECT_NAME} STATIC ${STREAM_SRCS}) add_library(${PROJECT_NAME} STATIC ${STREAM_SRCS})
target_link_libraries(dap_stream dap_core) target_link_libraries(dap_stream dap_core dap_udp_server
target_link_libraries(dap_stream dap_crypto) dap_crypto dap_http_server dap_enc_server)
set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE) set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE)
set(${PROJECT_NAME}_INCLUDE_DIRS ${PROJECT_SOURCE_DIR} CACHE INTERNAL "${PROJECT_NAME}: Include Directories" FORCE) set(${PROJECT_NAME}_INCLUDE_DIRS ${PROJECT_SOURCE_DIR} CACHE INTERNAL "${PROJECT_NAME}: Include Directories" FORCE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment