Move headers into tidy/ subdirectory.
This commit is contained in:
parent
3182e098bb
commit
56f0736d1a
5 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ add_library(${PROJECT_NAME}
|
|||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/src
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/tidy
|
||||
)
|
||||
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -O0 -fno-omit-frame-pointer -g")
|
||||
|
|
Loading…
Reference in a new issue