Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 11, 2024
1 parent 8ad61ed commit 048d3bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
cmake_policy(SET CMP0091 NEW)

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded")
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

project(minitoolsets CXX)

Expand All @@ -16,9 +16,9 @@ include_directories(include)
include_directories(src)
include_directories(libs/qtcoro)

add_compile_definitions(-D_ALLOW_COROUTINE_ABI_MISMATCH)
# add_compile_definitions(-D_ALLOW_COROUTINE_ABI_MISMATCH)

qt_add_executable(edatool
qt_add_executable(edatool
src/mainwindow.ui
src/R_select_window.ui
src/I_Calc.ui
Expand Down

0 comments on commit 048d3bc

Please sign in to comment.