x-tools/Source/Assistants/String/CMakeLists.txt
2024-03-19 14:47:44 +08:00

10 lines
419 B
CMake

set(APP_ASSISTANT_OWN_SOURCE
${CMAKE_SOURCE_DIR}/src/common/common/sakcrcinterface.h
${CMAKE_SOURCE_DIR}/src/common/common/sakcrcinterface.cc
${CMAKE_SOURCE_DIR}/src/common/common/sakdatastructure.h
${CMAKE_SOURCE_DIR}/src/common/common/sakdatastructure.cc)
set(APP_ASSISTANT_OWN_LIBS Qt${QT_VERSION_MAJOR}::Widgets)
sak_add_assistant("string" "StringAssistant")
sak_3rd_setup_glog(StringAssistant)