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

[-] DEFINITIONS CACHE INTERNAL from CMakeLists.txt

parent cf30b1e7
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,3 @@ add_library(${PROJECT_NAME} STATIC ${CORE_SERVER_SOURCES} ${CORE_SERVER_HEADERS}
target_link_libraries(${PROJECT_NAME} pthread ev memcached dap_crypto)
target_include_directories(${PROJECT_NAME} INTERFACE .)
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)
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