Skip to content

Conversation

@CrypticWit
Copy link

Adds CMake support to the project along with a few small changes to the code base to allow for cross-platform builds.

In order for this to work correctly, I have added glfw's git repository as a submodule so that it can be pulled down by those who want access to it, but without it needing to take up space in the actual AIE bootstrap repository.

The top-level CMakeLists.txt file will build the bootstrap and any given projects. See the project2D and project3D project for examples of CMakeLists.txt files.

I have not included any tools or helper functionality yet for quickly making new projects, but this will give anyone who needs a cross-platform version of the bootstrap a place to start.

Adds CMake support to the project along with a few small changes
to the code base to allow for cross-platform builds.

In order for this to work correctly, I have added glfw's git
repository as a submodule so that it can be pulled down by those
who want access to it, but without it needing to take up space in
the actual AIE bootstrap repository.

the top-level CMakeLists.txt file will build the bootstrap and
any given projects. See project2D and project3D projects for
example CMakeLists.txt files.
Adds CMake support to the project along with a few small changes
to the code base to allow for cross-platform builds.

In order for this to work correctly, I have added glfw's git
repository as a submodule so that it can be pulled down by those
who want access to it, but without it needing to take up space in
the actual AIE bootstrap repository.

the top-level CMakeLists.txt file will build the bootstrap and
any given projects. See project2D and project3D projects for
example CMakeLists.txt files.
Adds CMake support to the project along with a few small changes
to the code base to allow for cross-platform builds.

In order for this to work correctly, I have added glfw's git
repository as a submodule so that it can be pulled down by those
who want access to it, but without it needing to take up space in
the actual AIE bootstrap repository.

the top-level CMakeLists.txt file will build the bootstrap and
any given projects. See project2D and project3D projects for
example CMakeLists.txt files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant