Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelheilmann committed Sep 23, 2017
1 parent 8d28e00 commit 5fad6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ SET_SOURCE_FILES_PROPERTIES(${EGOBLIB_SOURCE_FILES} PROPERTIES LANGUAGE CXX )
SET_SOURCE_FILES_PROPERTIES(${EGOBOO_SOURCE_FILES} PROPERTIES LANGUAGE CXX )

#Define compilation output
add_library(idlib STATIC ${IDLIB_SOURCE_FILES})
add_library(egolib STATIC ${EGOLIB_SOURCE_FILES})
add_executable(egoboo ${EGOBOO_SOURCE_FILES})

#Include dependency on SDL
Expand Down

0 comments on commit 5fad6a0

Please sign in to comment.