From: Brian P. Hinz Date: Sun, 8 Jan 2017 16:44:50 +0000 (-0500) Subject: Add Fltk and Gettext include dirs when compiling tests X-Git-Tag: v1.7.90~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ece7c5d810228f4d66ec123b5c7486c39f5fd86;p=tigervnc.git Add Fltk and Gettext include dirs when compiling tests --- 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)