diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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) |
