This commit is contained in:
Robert 2021-01-20 00:18:31 +01:00
parent 6c47960b69
commit c3e49cd78e
10 changed files with 81 additions and 5 deletions

View file

@ -20,6 +20,7 @@ file(GLOB_RECURSE source_files
add_library(openglu SHARED
${include_files}
${source_files}
"cpp.hint"
)
target_compile_definitions(openglu PRIVATE OGLU_BUILD_DLL)