This commit is contained in:
zhuzihcu
2023-04-27 14:30:10 +08:00
parent 430fac2f77
commit 7a25a48fdb
3 changed files with 9 additions and 6 deletions

View File

@ -2,6 +2,7 @@
project(fluentui LANGUAGES CXX)
set(CMAKE_AUTOMOC ON)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/debug)