mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 13:59:18 +01:00
Include BS thread pool library
This commit is contained in:
parent
ce428af2e6
commit
f32ab1feff
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
@ -0,0 +1 @@
|
||||
Subproject commit 67fad04348b91cf93bdfad7495d298f54825602c
|
Loading…
Reference in New Issue
Block a user