You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CMake] Use target property RUNTIME_OUTPUT_DIRECTORY instead of overriding CMake variables (fixes#158).
This uses the aforementioned target property in CMakeLists.txt instead of overriding EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.
Doing so limits the output directory to LLGL and its example/test projects instead of interfering with other projects that might use LLGL as a sub-project.
0 commit comments