Skip to content

Commit

Permalink
Please work
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Dec 6, 2024
1 parent c74ebda commit 8e473d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/renderer/cmake/library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ endif()
target_link_libraries(vtx_renderer_test PRIVATE vtx_renderer_no_opengl)
target_link_libraries(vtx_renderer_test PRIVATE Catch2::Catch2WithMain)

target_compile_definitions(vtx_renderer_test PRIVATE VTX_RENDERER_NO_OPENGL)

vtx_copy_registered_data(vtx_renderer) # allow declared files to be copied on build

include(CTest)
Expand Down

0 comments on commit 8e473d4

Please sign in to comment.