From ead0a7bab239bc81b49ee7a87087464dc97353de Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 4 Jan 2011 01:06:44 +0100 Subject: removed include dir from cmakelists.txt --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 78438c6..9b5fe59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,11 +15,6 @@ find_package(Curses) # Set the directory where source files are located. set(OXEN_SOURCE_DIR ${CMAKE_SOURCE_DIR}/src) -# Set the directories where header files reside -include_directories( - include -) - # Include all source files recursively file(GLOB_RECURSE OXEN_SOURCES ${OXEN_SOURCE_DIR}/*.c) -- cgit v1.2.3