Skip to content

Commit

Permalink
Force-include libqes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Nov 30, 2016
1 parent 1cab9de commit 2e8d7c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Expand Up @@ -48,10 +48,10 @@ SET(AXEWRN "${AXEWRN} -Wall -Wextra -Wpedantic")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu11")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${AXEWRN}")

INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/datrie
${CMAKE_SOURCE_DIR}/src/libqes/src
${CMAKE_SOURCE_DIR}/src/gsl)
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/src
${PROJECT_SOURCE_DIR}/src/datrie
${PROJECT_SOURCE_DIR}/src/libqes/src
${PROJECT_SOURCE_DIR}/src/gsl)
LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/lib)

INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
Expand Down

0 comments on commit 2e8d7c5

Please sign in to comment.