mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-15 08:11:22 +00:00
Added a TODO for next time
This commit is contained in:
parent
52b0e0671f
commit
01d8cb2539
3 changed files with 8 additions and 5 deletions
|
@ -2,8 +2,6 @@
|
|||
#### CMake generator file for Niotso ####
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(Niotso)
|
||||
set(CMAKE_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_ROOT_DIR})
|
||||
|
||||
enable_language(ASM)
|
||||
|
||||
|
|
8
TODO.md
Normal file
8
TODO.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# TODO
|
||||
- Remove externs
|
||||
- Allow CMake to dictate how the libraries should be build with BUILD_SHARED_LIBRARIES option (relies on externs)
|
||||
- Re-add all the tools (currently supported far-extract and vitaboy-parse)
|
||||
- Create API for animation currently intertwined with Renderer.cpp (Avatar.h?)
|
||||
- test on mac
|
||||
- upload tools so they don't have to be rebuild by users everytime?
|
||||
|
|
@ -2,6 +2,3 @@
|
|||
add_subdirectory(far)
|
||||
add_subdirectory(iff)
|
||||
add_subdirectory(dbpf)
|
||||
#add_subdirectory(FileHandler)
|
||||
#add_subdirectory(libgldemo)
|
||||
#add_subdirectory(libvitaboy)
|
||||
|
|
Loading…
Add table
Reference in a new issue