summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-02-18 20:02:54 +0100
committerJosJuice <josjuice@gmail.com>2026-02-23 22:55:38 +0100
commit36f45dce44ddf8074df70fe1c217e08735189d57 (patch)
tree1730bf49d3ee62ed835083c5b6a95096b908a518 /CMakeLists.txt
parentffa03fec786cc08baa99ad9c34b042056d75c779 (diff)
Move RangeSet from Externals to Common
This is a very small libary, and as I understand it, it was more or less developed for Dolphin. This moves the two relevant files from Externals to Common, changes the namespace to Common, reformats the code, and adds Dolphin copyright notices. The change in copyright notice and license was approved by AdmiralCurtiss.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 170b7e0632..0ffe18889b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -761,8 +761,6 @@ include_directories(Externals/picojson)
add_subdirectory(Externals/expr)
-add_subdirectory(Externals/rangeset)
-
add_subdirectory(Externals/FatFs)
if (USE_RETRO_ACHIEVEMENTS)