Skip to content
Snippets Groups Projects

Resolve "Core-Klasse"

Merged Ghost User requested to merge 24-core-klasse into develop
18 files
+ 561
477
Compare changes
  • Side-by-side
  • Inline
Files
18
  • 1e29d9f2
    [#24] Initial implementation of a core class. · 1e29d9f2
    Artur Wasmut authored
# cleanup of dependency libraries
list(REMOVE_DUPLICATES vkcv_libraries)
# fixing paths of libraries to work on most Linux distros
foreach (a_lib IN LISTS vkcv_libraries)
if (NOT EXISTS "${a_lib}")
string(REGEX MATCH ^/usr/lib/x86_64-linux-gnu/.*$ vkcv_usr_lib_u_match ${a_lib})
Loading