2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 11:44:55 +00:00

ImGui cursors, clipboard, TTF font & fixes

This commit is contained in:
2021-05-25 09:36:58 -04:00
parent 4b4e991c39
commit 0fb21ece35
7 changed files with 88 additions and 24 deletions

View File

@@ -52,7 +52,9 @@ endforeach()
configure_file(include/hecl/ApplicationReps.hpp.in ${CMAKE_CURRENT_BINARY_DIR}/ApplicationReps.hpp @ONLY)
add_subdirectory(bintoc)
if(NOT TARGET bintoc)
add_subdirectory(bintoc)
endif()
if(NOT TARGET bintoc)
# Use native if cross compiling