1if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
2  add_subdirectory(MacOSX)
3endif()
4
5add_subdirectory(ELF)
6add_subdirectory(wasm)
7