diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-09-14 17:08:29 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-09-14 17:08:29 +0000 |
commit | c3f1be6fb57d6b82c308bdceb01879ab750abccd (patch) | |
tree | 8ae87de724f069028a192dc4d84fd0033f9e1508 /CMakeLists.txt | |
parent | 3a84832459d1d0e7eff2fbc55db8f5aa812e7ec8 (diff) | |
download | tigervnc-c3f1be6fb57d6b82c308bdceb01879ab750abccd.tar.gz tigervnc-c3f1be6fb57d6b82c308bdceb01879ab750abccd.zip |
Included FLTK depends on libdl
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4672 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b9b327ff..1d8645a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,6 +315,9 @@ if(BUILD_NEW_VNCVIEWER) if(APPLE) set(FLTK_LIBRARIES "-framework Carbon -framework Cocoa -framework ApplicationServices") endif() + if(NOT WIN32) + set(FLTK_LIBRARIES "-ldl") + endif() message(STATUS "Using included FLTK library") endif() |