liba 0.1.15

An algorithm library based on C/C++
Documentation
1
2
3
4
find_program(CMAKE_C_COMPILER clang REQUIRED DOC "C compiler")
find_program(CMAKE_CXX_COMPILER clang++ REQUIRED DOC "C++ compiler")
if(CMAKE_TOOLCHAIN_FILE)
endif()