Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 1 | add_subdirectory(MacOSX-DYLD) |
2 | add_subdirectory(POSIX-DYLD) | ||||
3 | add_subdirectory(Static) | ||||
Deepak Panickal | ca238a7 | 2014-07-21 17:19:12 +0000 | [diff] [blame] | 4 | add_subdirectory(Hexagon-DYLD) |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 5 | |
6 | if (CMAKE_SYSTEM_NAME MATCHES "Darwin") | ||||
7 | add_subdirectory(Darwin-Kernel) | ||||
8 | endif() | ||||
9 |