mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
7 lines
308 B
CMake
7 lines
308 B
CMake
set(APP_ASSISTANT_OWN_SOURCE ${CMAKE_SOURCE_DIR}/src/common/common/sakcrcinterface.h
|
|
${CMAKE_SOURCE_DIR}/src/common/common/sakcrcinterface.cc)
|
|
set(APP_ASSISTANT_OWN_LIBS Qt${QT_VERSION_MAJOR}::Widgets)
|
|
|
|
sak_add_assistant("crc" "CrcAssistant")
|
|
sak_3rd_setup_glog(CrcAssistant)
|