initial import, >900commits predate this

This commit is contained in:
2020-09-29 13:47:50 +02:00
commit e74154ccee
352 changed files with 108120 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
add_executable(opengl_fbo_test fbo_test.cpp)
target_include_directories(opengl_fbo_test PRIVATE ".")
target_link_libraries(opengl_fbo_test
opengl_primitives
sdl_service
gtest_main
)
add_test(NAME opengl_fbo_test COMMAND opengl_fbo_test)