diff --git a/CMakeLists.txt b/CMakeLists.txt index 49d0092..5281e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10) ### # Project definition ### -project(isotp LANGUAGES C VERSION 1.0.1 DESCRIPTION "A platform-agnostic ISOTP implementation in C for embedded devices.") +project(isotp LANGUAGES C VERSION 1.1.1 DESCRIPTION "A platform-agnostic ISOTP implementation in C for embedded devices.") option(isotpc_USE_INCLUDE_DIR "Copy header files to separate include directory in current binary dir for better separation of header files to combat potential naming conflicts." OFF) option(isotpc_STATIC_LIBRARY "Compile libisotpc as a static library, instead of a shared library." OFF)