Temp add a frame count value display of previcwscan

This commit is contained in:
Krad
2022-01-19 16:42:55 +08:00
parent b53ce5caf8
commit 6d51fc49c0
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ file(GLOB_RECURSE project_cxx ./src/*.cxx)
file(GLOB_RECURSE project_cc ./src/*.cc)
if(UNIX)
set(USE_SHIMLIB OFF)
set(USE_SHIMLIB ON)
else()
set(USE_SHIMLIB OFF)
endif()