Willy Scheibel
Willy Scheibel
- Merge FilePath, move in & adapt test - Merge fs.h & fs.cpp - Move in directorytraversal
As of CMake 3.13, the previously missing function [`target_link_options`](https://cmake.org/cmake/help/v3.13/command/target_link_options.html) was introduced. I suggest to use this instead of `target_link_libraries`. The current implementation does not allow passing linker options for MSVC....
The issue was extracted from the discussion in #44.
Sources: * [globjects integration into Hunter](https://github.com/hunter-packages/globjects) * [Hunter documentation](https://docs.hunter.sh/en/latest/)
The list of specific settings is to be collected.
In glbinding, @murashin opened a PR added `usr/local/include` as default include path for FreeBSD (https://github.com/cginternals/glbinding/pull/241). Upon research, I found the `usr/local` prefix to be the default directory for non-system libraries...
During the process of providing glbinding with Debian, the project had to adapt to several rules and best-practices. Some or even all of them should be integrated into cmake-init: -...
Desired package managers: Windows: * [ ] vcpgk * [ ] NuGet * [ ] Chocolatey Linux: * [ ] Official Debian Package * [x] Ubuntu Personal Package Archive *...
See https://github.com/cginternals/glbinding/issues/144.