diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-10-04 20:43:39 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-10-04 20:43:39 +0200 |
commit | 44f9ddd7a27a8e998726c9808bf003f39c7cb67f (patch) | |
tree | 68b186ae7729b85c734730ffcdbf3503f8094a14 /scripts | |
parent | f614eb1a0b9d240e294afeec2b21a18bf50ebdf8 (diff) | |
download | mariadb-git-44f9ddd7a27a8e998726c9808bf003f39c7cb67f.tar.gz |
fix out-of-source builds
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index b99b14bf464..e1c774a4830 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -15,6 +15,7 @@ # Build comp_sql - used for embedding SQL in C or C++ programs IF(NOT CMAKE_CROSSCOMPILING) + INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) ADD_EXECUTABLE(comp_sql comp_sql.c) TARGET_LINK_LIBRARIES(comp_sql) ENDIF() |