mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Remove GSL as we don’t use it anymore
This commit is contained in:
parent
f76720ceb0
commit
7e4d142682
4 changed files with 1 additions and 13 deletions
6
3rdparty/CMakeLists.txt
vendored
6
3rdparty/CMakeLists.txt
vendored
|
|
@ -204,11 +204,6 @@ else()
|
|||
endif()
|
||||
|
||||
|
||||
# GSL
|
||||
add_library(3rdparty_gsl INTERFACE)
|
||||
target_include_directories(3rdparty_gsl INTERFACE GSL/include)
|
||||
|
||||
|
||||
# span
|
||||
add_library(3rdparty_span INTERFACE)
|
||||
target_include_directories(3rdparty_span INTERFACE span/include)
|
||||
|
|
@ -429,7 +424,6 @@ add_library(3rdparty::hidapi ALIAS 3rdparty_hidapi)
|
|||
add_library(3rdparty::libpng ALIAS ${LIBPNG_TARGET})
|
||||
add_library(3rdparty::cereal ALIAS 3rdparty_cereal)
|
||||
add_library(3rdparty::opengl ALIAS 3rdparty_opengl)
|
||||
add_library(3rdparty::gsl ALIAS 3rdparty_gsl)
|
||||
add_library(3rdparty::span ALIAS 3rdparty_span)
|
||||
add_library(3rdparty::stblib ALIAS 3rdparty_stblib)
|
||||
add_library(3rdparty::discord-rpc ALIAS 3rdparty_discord-rpc)
|
||||
|
|
|
|||
1
3rdparty/GSL
vendored
1
3rdparty/GSL
vendored
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1995e86d1ad70519465374fb4876c6ef7c9f8c61
|
||||
Loading…
Add table
Add a link
Reference in a new issue