Simplify examples

This commit is contained in:
Drew DeVault 2017-06-13 10:13:11 -04:00
parent 6bf7e095cf
commit 0dbfe56c89
5 changed files with 351 additions and 407 deletions

View file

@ -6,6 +6,7 @@ include_directories(
add_executable(simple
simple.c
shared.c
)
target_link_libraries(simple
@ -16,6 +17,7 @@ target_link_libraries(simple
add_executable(rotation
rotation.c
shared.c
cat.c
)