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

...

parent fc0948d1
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ project(cellframe-sdk C)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_C_STANDARD 11)
set(CELLFRAME_SDK_NATIVE_VERSION "1.2-0")
add_subdirectory(cmake/OS_Detection.cmake)
set(CELLFRAME_SDK_NATIVE_VERSION "1.2-1")
include(cmake/OS_Detection.cmake)
add_definitions ("-DCELLFRAME_SDK_VERSION=\"${CELLFRAME_SDK_NATIVE_VERSION}\"")
if((CMAKE_BUILD_TYPE STREQUAL "Debug") OR (DAP_DEBUG))
......
Subproject commit 50f4611f76dd0e172af1864ce0e5307132303000
Subproject commit 817aa1a49043df3b41184a7f2f9a4ad5f835791a
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