Skip to content

ultimaille/ultimaille-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultimaille-hello

This project shows how to configure CMakeList.txt in order to use ultimaille in your own project. It can be a good starting point if you want to use ultimaille in a project you build from scratch.

Build

Before build, we recommend to create a build directory that will contains generated MakeFile, the ultimaille sources and generated executables.

mkdir build && cd build && cmake .. && make

Run

Go to the build directory and run the hello_ultimaille executable.

Clean

To clean, just remove the build directory: rm -drf build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published