Skip to content

cboiangiu/The-Forge.cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-Forge.cmake

This repo and the-forge-starter are a work in progress.

Inspiration for this: https://github.com/widberg/bgfx.cmake, https://github.com/rextimmy/the-forge-glfw, https://github.com/pr0g/sdl-bgfx-imgui-starter

This repo contains a bunch of cmake files that can be used to build The-Forge with CMake.

Building

git clone https://github.com/cboiangiu/The-Forge.cmake.git
cd The-Forge.cmake
git submodule init
git submodule update
mkdir build
cd build
cmake ..

If downloading via zip (instead of using git submodules) manually download The-Forge and copy them into the root directory, or locate them via THE_FORGE_DIR CMake variables.

How To Use

This project is setup to be included a few different ways. To include The-Forge source code in your project simply use add_subdirectory to include this project. To build The-Forge binaries build the INSTALL target (or "make install"). The installed files will be in the directory specified by CMAKE_INSTALL_PREFIX which I recommend you set to "./install" so it will export to your build directory. Note you may want to build install on both Release and Debug configurations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages