Added ambient lighting

This commit is contained in:
Robert 2021-01-25 20:53:28 +01:00
parent dea312a704
commit 482205b96e
9 changed files with 69 additions and 9 deletions

View file

@ -33,6 +33,8 @@ file(GLOB_RECURSE source_files
"vendor/src/*.c"
)
message(STATUS ${source_files})
add_library(openglu SHARED
${include_files}
${source_files}