forked from Hartmut/paradiso
MVP for a Pong game
This commit is contained in:
parent
14343e7fd0
commit
e9d0de8cdd
17 changed files with 517 additions and 109 deletions
4
examples/pong/CMakeLists.txt
Normal file
4
examples/pong/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
add_executable(paradiso_pong pong.cpp)
|
||||
|
||||
target_link_libraries(paradiso_pong paradiso_core)
|
Loading…
Add table
Add a link
Reference in a new issue