This repository contains personal tests to explore how dynamic libraries work.
To build the project, follow these steps:
- Open a terminal and navigate to the project directory.
- Run the following command to configure the project with CMake:
cmake -S . -B _build - Change to the build directory:
cd _build - Build the project:
make
-
The dynamic loading functionality using
dlfcn.his only available on Linux systems. Ensure you are using a compatible environment to utilize this feature. -
These tests only works if you run them in their respective build directory, there is no path management done.