CMakeLists.txt 98 Bytes Raw Blame History Permalink 1 2 3 4 5 if (CMAKE_SYSTEM_NAME MATCHES "Darwin") add_subdirectory(MacOSX) endif() add_subdirectory(ELF)