mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-06 23:46:34 +01:00
initial import, >900commits predate this
This commit is contained in:
12
framework/opengl_primitives/test/CMakeLists.txt
Normal file
12
framework/opengl_primitives/test/CMakeLists.txt
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user