Skip to content

Commit

Permalink
Added basic CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 7, 2009
1 parent f2bb35f commit d7cf016
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,9 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(FatELF)

INCLUDE_DIRECTORIES(include)
ADD_DEFINITIONS(-c99 -Wall -Werror)
ADD_EXECUTABLE(fatelf-glue utils/fatelf-glue.c)

# end of CMakeLists.txt ...

0 comments on commit d7cf016

Please sign in to comment.