8 lines
141 B
CMake
8 lines
141 B
CMake
add_library(WeChat
|
|
Corporation/Context.h Corporation/Context.cpp
|
|
)
|
|
|
|
target_link_libraries(WeChat
|
|
PUBLIC Base
|
|
PUBLIC Kylin::Core
|
|
) |