Skip to content

Commit

Permalink
Added CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaturn committed Feb 9, 2017
1 parent 1b8a641 commit ba849f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required (VERSION 2.8.11)
project(synth)

set(CMAKE_BUILD_TYPE Debug)

add_compile_options (-Wall -O4 -std=c++11)
add_subdirectory (lib)
add_subdirectory (bin)

0 comments on commit ba849f0

Please sign in to comment.