CMakeLists.txt 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 add_subdirectory(errno) add_subdirectory(math) add_subdirectory(string) # TODO: Add this target conditional to the target OS. add_subdirectory(sys) add_subdirectory(unistd) add_subdirectory(__support)