mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Include BS thread pool library
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -54,3 +54,6 @@
|
||||
[submodule "app/libraries/robin-map"]
|
||||
path = app/libraries/robin-map
|
||||
url = https://github.com/Tessil/robin-map
|
||||
[submodule "app/libraries/thread-pool"]
|
||||
path = app/libraries/thread-pool
|
||||
url = https://github.com/bshoshany/thread-pool.git
|
||||
|
@ -115,6 +115,9 @@ add_subdirectory("libraries/robin-map")
|
||||
# Renderdoc in-app API
|
||||
include_directories("libraries/renderdoc")
|
||||
|
||||
# Thread Pool
|
||||
include_directories("libraries/thread-pool")
|
||||
|
||||
# Build Skyline with full debugging data and -Og for debug builds
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g3 -glldb -gdwarf-5 -fno-omit-frame-pointer")
|
||||
# Build Skyline with full debugging data and some optimizations for reldebug builds, build speed is pioritised
|
||||
|
1
app/libraries/thread-pool
Submodule
1
app/libraries/thread-pool
Submodule
Submodule app/libraries/thread-pool added at 67fad04348
Reference in New Issue
Block a user