summaryrefslogtreecommitdiff
path: root/src/ildasm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/CMakeLists.txt')
-rw-r--r--src/ildasm/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ildasm/CMakeLists.txt b/src/ildasm/CMakeLists.txt
new file mode 100644
index 0000000000..7c1019e1ca
--- /dev/null
+++ b/src/ildasm/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(exe)
+if (WIN32)
+ add_subdirectory(rcdll)
+endif()