Giter Site home page Giter Site logo

Comments (3)

thematrixincendies avatar thematrixincendies commented on August 17, 2024

You are correct that there is no CMakeLists, in fact there are no project files for any IDE whatsoever in our sourcecode. We use a buildsystem called Mare, which I think is a self created buildchain from B Human. You can find Mare itself on github as well (look for craflin/mare). Anyways, we create project files dynamically using Mare. Inside Build/Common there are all the build instructions inside the different marefiles. In the respective IDE directories there are normally scripts calling Mare to create the project files.
CMake project files conversion is completely broken in Mare right now, because it is not very well maintained in Mare. I wrote a static CMakeLists some time ago which helps loading the code in CMake IDEs, but I can absolutely not recommend CLion right now, because code completion is totally broken when it comes to makros. You are better off using an IDE that supports autocompletion using clang. To simply compile using Linux it's best to just use the makefiles inside Build/LinuxMake. Just call "make all -jX" where X is the number of threads your CPU can handle inside this directory.

from coderelease.

gortium avatar gortium commented on August 17, 2024

Thanks for the detailed answer ! 👍 I will look Mare and for a clang IDE.

from coderelease.

gortium avatar gortium commented on August 17, 2024

@Kamairo Do you know of any more documentation on Mare? i'm trying to include a new lib to the code. The lib come with its own cmakelist. Cant figure how to do it right now with mare. Thank you.

from coderelease.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.