From 6189193ac43f73b107804f82f2bbeb8dfc73eeb5 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 2 Sep 2024 07:40:49 -0500 Subject: [PATCH] [nostalgia] Add NFDE install --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c9c113f..9529a1e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,7 @@ if(NOT BUILDCORE_TARGET STREQUAL "gba") add_subdirectory(deps/glutils) add_subdirectory(deps/imgui) add_subdirectory(deps/lodepng) + set(NFD_INSTALL ON) add_subdirectory(deps/nfde) endif()