mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
10 lines
419 B
CMake
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)
|