Private
Public Access
2
0

examples: fix include path

This commit is contained in:
Brendan Le Foll
2014-04-10 11:04:02 +01:00
parent 2df6cd78ac
commit 0ec04b6fd3
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
add_executable (readi2c readi2c.cpp)
add_executable (hellomaa hellomaa.cpp)
include_directories(${PROJECT_SOURCE_DIR}/src)
target_link_libraries (hellomaa maa)
target_link_libraries (readi2c maa)