Fix: wrong binding extension
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Feb 2017 13:42:21 +0000 (13:42 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Feb 2017 13:42:21 +0000 (13:42 +0000)
Change-Id: Id28b2b1be781e7ef93d4b16643d8b859ca3cab43
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/CMakeLists.txt

index 768d6b4..1353922 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 ###########################################################################
 
 # limitations under the License.
 ###########################################################################
 
-project(ll-can)
+project(low-can)
 
 cmake_minimum_required(VERSION 3.3)
 
 
 cmake_minimum_required(VERSION 3.3)
 
@@ -65,7 +65,7 @@ link_libraries(${EXTRAS_LIBRARIES})
 
 message(STATUS "Creation of ${PROJECT_NAME} binding for AFB-DAEMON")
 ###########################################################################
 
 message(STATUS "Creation of ${PROJECT_NAME} binding for AFB-DAEMON")
 ###########################################################################
-add_library(${PROJECT_NAME}-binding MODULE ${PROJECT_NAME}-binding.c)
+add_library(${PROJECT_NAME}-binding MODULE ${PROJECT_NAME}-binding.cpp)
 
 set_target_properties(${PROJECT_NAME}-binding PROPERTIES
        PREFIX ""
 
 set_target_properties(${PROJECT_NAME}-binding PROPERTIES
        PREFIX ""