diff options
Diffstat (limited to 'source/Plugins/DynamicLoader/CMakeLists.txt')
-rw-r--r-- | source/Plugins/DynamicLoader/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/Plugins/DynamicLoader/CMakeLists.txt b/source/Plugins/DynamicLoader/CMakeLists.txt new file mode 100644 index 000000000000..8e1b316a3c25 --- /dev/null +++ b/source/Plugins/DynamicLoader/CMakeLists.txt @@ -0,0 +1,9 @@ +add_subdirectory(MacOSX-DYLD) +add_subdirectory(POSIX-DYLD) +add_subdirectory(Static) +add_subdirectory(Hexagon-DYLD) +add_subdirectory(Windows-DYLD) + +if (CMAKE_SYSTEM_NAME MATCHES "Darwin") + add_subdirectory(Darwin-Kernel) +endif() |