/LinkAgainstMyLibs

[CI][HowTo][Examples] "Hello-word" examples to show how to use some of my project libraries. This repo is also used in my CI process for detecting linkage regression.

Primary LanguageC++

LinkAgainstMyLibs

Link against my libraries (Forth, OpenGL, Logger, SimCity/GlassBox ...) to check if standalone project using them can compile.

Download

git clone git@github.com:Lecrapouille/LinkAgainstMyLibs.git --recurse-submodules

libSimForth

https://github.com/Lecrapouille/SimForth

Classic Forth interpreter:

cd Forth
make -j8
./build/Forth

Extended Forth interpreter:

cd ExtendedForth
make -j8
./build/ExtendedForth

libOpenGLCppWrapper

https://github.com/Lecrapouille/OpenGLCppWrapper

cd OpenGL
make -j8
./build/OpenGL

liblogger

https://github.com/Lecrapouille/MyLogger

cd Logger
make -j8
./build/Logger

libopenglassbox

https://github.com/Lecrapouille/OpenGlassBox

cd OpenGlassBox
make -j8
./build/OpenGlassBox

libtimedpetrineteditor

https://github.com/Lecrapouille/TimedPetriNetEditor

cd TimedPetriNetEditor
make -j8
./build/TimedPetriNetEditor

libzipper

https://github.com/Lecrapouille/zipper

cd Zipper
make -j8
./build/Zipper