Private
Public Access
2
0

examples: make C++ examples follow src/ extension convention

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-22 15:54:34 +01:00
parent aee2087a42
commit 184b94e9e5
5 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
add_executable (i2c_HMC5883L i2c_HMC5883L.cpp)
add_executable (hellomaa hellomaa.cpp)
add_executable (cycle-pwm3 cycle-pwm3.cpp)
add_executable (i2c_HMC5883L i2c_HMC5883L.cxx)
add_executable (hellomaa hellomaa.cxx)
add_executable (cycle-pwm3 cycle-pwm3.cxx)
include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)