diff options
| author | Louis <35883445+louist103@users.noreply.github.com> | 2025-04-12 20:02:52 -0400 |
|---|---|---|
| committer | Louis <35883445+louist103@users.noreply.github.com> | 2025-04-12 20:02:52 -0400 |
| commit | 42ae9dc955e2aec15b6ebea3a94d5a131404bbb5 (patch) | |
| tree | 460170987eb13abb72d2e18fffdb1c15b9e85b5f | |
| parent | b29e101c0d2d78f723f769ad3559a58b58e0cad6 (diff) | |
remove configs from OTRExporter
| -rw-r--r-- | ZAPD/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ZAPD/CMakeLists.txt b/ZAPD/CMakeLists.txt index c2a77d3..ab7ab7e 100644 --- a/ZAPD/CMakeLists.txt +++ b/ZAPD/CMakeLists.txt @@ -122,11 +122,6 @@ set(Header_Files__Z64__ZRoom__Commands )
source_group("Header Files\\Z64\\ZRoom\\Commands" FILES ${Header_Files__Z64__ZRoom__Commands})
-set(Resource_Files
- "../../OTRExporter/CFG/SymbolMap_OoTMqDbg.txt"
-)
-source_group("Resource Files" FILES ${Resource_Files})
-
set(Source_Files
"CrashHandler.cpp"
"Declaration.cpp"
@@ -251,7 +246,6 @@ set(ALL_FILES ${Header_Files__Z64__ZRoom}
${Header_Files__Z64__ZRoom__Commands}
${Header_Files__Utils}
- ${Resource_Files}
${Source_Files}
${Source_Files__Libraries__libgfxd}
${Source_Files__Yaz0}
|
