Skip to content

Azzinoth/FEBasicApplication-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEBasicApplication Example

build

This repository provides an example of how to use the FEBasicApplication module in a project.

Building the Project

Follow these steps to clone the repository, initialize the submodule, and build the project:

# Initialize a new Git repository
git init

# Add the remote repository
git remote add origin https://github.com/Azzinoth/FEBasicApplication-Example

# Pull the contents of the remote repository
git pull origin master

# Initialize and update submodules
git submodule update --init --recursive

# Generate the build files using CMake
# Will work in Windows PowerShell
cmake CMakeLists.txt

About

Example of how to use the FEBasicApplication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published