Skip to content

Commit

Permalink
fix(sdk): add project(keystone_sdk) (#328)
Browse files Browse the repository at this point in the history
Closes: #327

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@tuni.fi>
Co-authored-by: Jarkko Sakkinen <jarkko.sakkinen@tuni.fi>
  • Loading branch information
jarkkojs and Jarkko Sakkinen committed May 8, 2023
1 parent 4e96652 commit e574e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(keystone_sdk C CXX ASM)
include(macros.cmake)

cmake_minimum_required(VERSION 3.10)
enable_language(C CXX ASM)
#-------------------------------------------------------------------------------
# BASIC SETUP
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit e574e9e

Please sign in to comment.