area51/Support/ConversationMgr/CMakeLists.txt
2024-03-27 22:06:46 +03:00

9 lines
No EOL
251 B
CMake

file(GLOB CONVERSATIONMGR_SRC
"${CMAKE_CURRENT_SOURCE_DIR}/*.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/*.hpp"
)
add_library(ConversationMgr STATIC ${CONVERSATIONMGR_SRC})
set_support_defaults(ConversationMgr)
target_link_libraries(ConversationMgr Entropy)