Skip to content

Commit

Permalink
Merge pull request #27 from minhqdao/change-to-c-project
Browse files Browse the repository at this point in the history
Use C project and bump version
  • Loading branch information
mcodev31 committed Apr 17, 2023
2 parents 2e09ea8 + c857b83 commit 0e0b831
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required (VERSION 2.8.11)
cmake_minimum_required(VERSION 3.12)

#project(libmsym C) # unfortunately GenerateExportHeader doesn't support C projects, which sort of makes this project reqire c++ =/

project(libmsym)
project(libmsym C)

option(MSYM_BUILD_EXAMPLES "Build example executables" OFF)
option(MSYM_BUILD_PYTHON "Build python binding" OFF)
Expand Down

0 comments on commit 0e0b831

Please sign in to comment.