mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't compile ACSVM's C API
No longer required
This commit is contained in:
parent
8eef5efa95
commit
7f9ae90f88
1 changed files with 0 additions and 21 deletions
21
thirdparty/CMakeLists.txt
vendored
21
thirdparty/CMakeLists.txt
vendored
|
|
@ -608,27 +608,6 @@ if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}")
|
|||
|
||||
Util/Floats.cpp
|
||||
Util/Floats.hpp
|
||||
|
||||
# temp
|
||||
CAPI/Array.cpp
|
||||
CAPI/Array.h
|
||||
CAPI/BinaryIO.cpp
|
||||
CAPI/BinaryIO.h
|
||||
CAPI/Environment.cpp
|
||||
CAPI/Environment.h
|
||||
CAPI/Floats.cpp
|
||||
CAPI/Floats.h
|
||||
CAPI/Module.cpp
|
||||
CAPI/Module.h
|
||||
CAPI/PrintBuf.cpp
|
||||
CAPI/PrintBuf.h
|
||||
CAPI/Scope.cpp
|
||||
CAPI/Scope.h
|
||||
CAPI/String.cpp
|
||||
CAPI/String.h
|
||||
CAPI/Thread.cpp
|
||||
CAPI/Thread.h
|
||||
CAPI/Types.h
|
||||
)
|
||||
list(TRANSFORM acsvm_SOURCES PREPEND "${acsvm_SOURCE_DIR}/")
|
||||
add_library(acsvm "${SRB2_INTERNAL_LIBRARY_TYPE}" ${acsvm_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue