1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-04 10:34:01 +00:00
Aquaria/ExternalLibs/ttvfs_cfileapi/CMakeLists.txt

13 lines
193 B
Text
Raw Normal View History

2014-04-06 19:19:33 +02:00
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)