빌드툴

    [C++] C++ 빌드 시스템(툴)에는 뭐가 있을까?

    본 문서는 C++을 위한 빌드시스템을 비교한 문서로 다음의 feature를 기준으로 비교 작성한다. 1. C++11 support 2. Cross platform (Linux as main target, but able to build on at least Windows as well) 3. Decent unit testing support 4. Support for multiple modules for separating code out 5. Support for code generation (Using asn1c or protobuf - not 100% sure yet) 6. Easy to maintain 참고 An overview of build systems (mostly for C++ proje..