mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 05:59:16 +00:00
13 lines
193 B
Text
13 lines
193 B
Text
|
|
||
|
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)
|
||
|
|