Signed-off-by: Christian Gabriel <ch_gabriel@web.de>
This commit is contained in:
Christian Gabriel
2024-07-23 15:13:32 -04:00
committed by Kyle Schwarz
parent 8dbd767b3e
commit be51cce4f1
+2 -2
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2)
project(libicsneo-socketcan-daemon VERSION 3.1.2)
project(libicsneo-socketcan-daemon VERSION 3.2.0)
set(CMAKE_CXX_STANDARD 17)
@@ -28,4 +28,4 @@ include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR})
add_subdirectory("third-party/libicsneo")
add_executable(libicsneo-socketcan-daemon src/main.cpp)
target_link_libraries(libicsneo-socketcan-daemon icsneocpp)
target_link_libraries(libicsneo-socketcan-daemon icsneocpp)