Skip to content

Commit

Permalink
Added cmake support.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Aug 27, 2016
1 parent 821c388 commit b0f8526
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 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 3.4)
project(dhcprl)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

set(SOURCE_FILES
src/dhcprl.c)

add_executable(dhcprl ${SOURCE_FILES})
14 changes: 0 additions & 14 deletions Makefile

This file was deleted.

0 comments on commit b0f8526

Please sign in to comment.