mirror of
https://github.com/ProjectDreamland/area51.git
synced 2024-11-01 03:01:49 +01:00
9 lines
No EOL
251 B
CMake
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) |