Lecrapouille / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkAgainstMyLibs

Link against my libraries (Forth, OpenGL, Logger, SimCity ...) 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

About

[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.


Languages

Language:C++ 90.9%Language:Makefile 9.1%