Add cmake builds for the examples

This commit is contained in:
Ryan Pavlik
2010-07-27 17:08:31 -05:00
parent dde5bb965a
commit 218ef6a68a
2 changed files with 10 additions and 0 deletions

3
example/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
include_directories(../src)
add_executable(example example.c)
target_link_libraries(example wiiuse)