Skip to content

Commit

Permalink
Fixing encoding, adding CMakeLists, fixing call to handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Tillmanns committed Oct 19, 2018
1 parent 8844801 commit 6d7bea8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.10)

project(SCPI VERSION 0.1.1 LANGUAGES CXX)

set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_POSITION_INDEPENDENT_CODE ON )

add_executable(scpi-test SCPI.cpp)
Binary file modified SCPI.cpp
Binary file not shown.

0 comments on commit 6d7bea8

Please sign in to comment.