diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2017-01-08 11:44:50 -0500 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2017-01-08 11:44:50 -0500 |
commit | 4ece7c5d810228f4d66ec123b5c7486c39f5fd86 (patch) | |
tree | 1de79d2a3f3f201a679c97cff29d13be2d658a9e | |
parent | 41a0c151c554a37fbffece8ef36848ed47fd17d3 (diff) | |
download | tigervnc-4ece7c5d810228f4d66ec123b5c7486c39f5fd86.tar.gz tigervnc-4ece7c5d810228f4d66ec123b5c7486c39f5fd86.zip |
Add Fltk and Gettext include dirs when compiling tests
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 164660a3..7c994539 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,6 @@ +include_directories(${FLTK_INCLUDE_DIR}) +include_directories(${GETTEXT_INCLUDE_DIR}) + include_directories(${CMAKE_SOURCE_DIR}/common) add_library(test_util STATIC util.cxx) |