update QT config

This commit is contained in:
2020-06-10 22:05:32 +08:00
parent c2df27db9c
commit 5207d9099c
2 changed files with 5 additions and 2 deletions

View File

@@ -24,9 +24,12 @@ CMUtilSetup(${CMAKE_CURRENT_SOURCE_DIR}/CMUtil)
OPTION(CM_BUILD_TOOLS OFF)
if(CM_BUILD_TOOLS)
OPTION(CM_BUILD_GUI_TOOLS OFF)
IF(CM_BUILD_GUI_TOOLS)
include(QtCommon)
ENDIF()
add_subdirectory(TexConv)
add_subdirectory(ShaderMaker)
endif(CM_BUILD_TOOLS)