Skip to content

Feature/cmake install

René Paris requested to merge feature/cmake_install into main

This commit updates the cmake sources of the generated engine, so that the cmake install properly creates all necessary library files.

Example Usage:

cd engine
mkdir build && cd build
cmake -DINSTALL_PREFIX_PATH=/home/developer/libs ..
make install

Will generate:
image

This should enable any parenting CMakeLists to make use of find_library and target_link_libraries without additional target_include_directories.

Requires: CMake 3.23

Edited by René Paris

Merge request reports