summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--Magic2/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4f5977..9e2805e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ add_subdirectory(Datafile)
# /Doc contains various documentation and pre-generated Doxygen docs.
add_subdirectory(FoundationEx)
add_subdirectory(libpng) # is a third-party library.
-add_subdirectory(Magic2)
+# add_subdirectory(Magic2) # TODO: AFX/MFC will be useless, port it to e.g., Qt right away.
add_subdirectory(NetEx)
add_subdirectory(ogg) # is a third-party library.
add_subdirectory(Opcode) # is a third-party library.
diff --git a/Magic2/CMakeLists.txt b/Magic2/CMakeLists.txt
index 9901c4f..4753252 100644
--- a/Magic2/CMakeLists.txt
+++ b/Magic2/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(Magic2)
+project(Magic2) # FIXME: This project is unused as of now; see TODO in top-level.
set(CMAKE_MFC_FLAG 1)
add_executable(
Magic2 WIN32