From 01d8cb2539ead4303b8a2019324d18180e3ff63c Mon Sep 17 00:00:00 2001 From: Jip Date: Mon, 13 May 2024 21:17:17 +0200 Subject: [PATCH] Added a TODO for next time --- CMakeLists.txt | 2 -- TODO.md | 8 ++++++++ niotso/archive/CMakeLists.txt | 3 --- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 TODO.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 327f14f..f11d3ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..09311ba --- /dev/null +++ b/TODO.md @@ -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? + diff --git a/niotso/archive/CMakeLists.txt b/niotso/archive/CMakeLists.txt index e17dd88..892fc15 100644 --- a/niotso/archive/CMakeLists.txt +++ b/niotso/archive/CMakeLists.txt @@ -2,6 +2,3 @@ add_subdirectory(far) add_subdirectory(iff) add_subdirectory(dbpf) -#add_subdirectory(FileHandler) -#add_subdirectory(libgldemo) -#add_subdirectory(libvitaboy)