mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-05 13:51:04 +00:00
Update ttvfs to new version
This commit is contained in:
parent
209ad526c6
commit
8026cdd905
43 changed files with 2124 additions and 2427 deletions
12
ExternalLibs/ttvfs_cfileapi/CMakeLists.txt
Normal file
12
ExternalLibs/ttvfs_cfileapi/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
set(cfileapi_SRC
|
||||
ttvfs_stdio.cpp
|
||||
ttvfs_stdio.h
|
||||
)
|
||||
|
||||
include_directories(${TTVFS_INCLUDE_DIRS})
|
||||
|
||||
add_library(ttvfs_cfileapi ${cfileapi_SRC})
|
||||
|
||||
target_link_libraries(ttvfs_cfileapi ttvfs)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue