Directory structure for a C++ library

后端 未结 5 697
独厮守ぢ
独厮守ぢ 2020-12-12 09:25

I am working on a C++ library. Ultimately, I would like to make it publicly available for multiple platforms (Linux and Windows at least), along with some examples and Pytho

5条回答
  •  没有蜡笔的小新
    2020-12-12 09:59

    I can realy recommend you using CMake... it's for cross platform development and it's much more flexible that automake, use CMake and you will be able to write cross platform code with your own direcory structure on all systems.

提交回复
热议问题