commit | 4ece7c5d810228f4d66ec123b5c7486c39f5fd86 | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Sun Jan 08 11:44:50 2017 -0500 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Sun Jan 08 11:44:50 2017 -0500 |
tree | 1de79d2a3f3f201a679c97cff29d13be2d658a9e | |
parent | 41a0c151c554a37fbffece8ef36848ed47fd17d3 [diff] |
Add Fltk and Gettext include dirs when compiling tests
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 164660a..7c99453 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)