Skip to content
Snippets Groups Projects
Commit 385a6c1f authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] SDK version

parent 2974476e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@ project(cellframe-sdk C)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_C_STANDARD 11)
set(CELLFRAME_SDK_NATIVE_VERSION "1.0-0")
add_definitions ("-DCELLFRAME_SDK_VERSION=\"${CELLFRAME_SDK_NATIVE_VERSION}\"")
if((CMAKE_BUILD_TYPE STREQUAL "Debug") OR (DAP_DEBUG))
message("Debug build")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment