diff options
Diffstat (limited to 'tests/unit/CMakeLists.txt')
-rw-r--r-- | tests/unit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index d2c132b5..6daecba5 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,5 +1,6 @@ include_directories(${CMAKE_SOURCE_DIR}/common) include_directories(${CMAKE_SOURCE_DIR}/vncviewer) +include_directories(${GETTEXT_INCLUDE_DIR}) add_executable(conv conv.cxx) target_link_libraries(conv rfb) @@ -20,4 +21,4 @@ add_executable(unicode unicode.cxx) target_link_libraries(unicode rfb) add_executable(emulatemb emulatemb.cxx ../../vncviewer/EmulateMB.cxx) -target_link_libraries(emulatemb rfb ${GETTEXT_LIBRARIES})
\ No newline at end of file +target_link_libraries(emulatemb rfb ${GETTEXT_LIBRARIES}) |