commit | c3f1be6fb57d6b82c308bdceb01879ab750abccd | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Wed Sep 14 17:08:29 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Wed Sep 14 17:08:29 2011 +0000 |
tree | 8ae87de724f069028a192dc4d84fd0033f9e1508 | |
parent | 3a84832459d1d0e7eff2fbc55db8f5aa812e7ec8 [diff] |
Included FLTK depends on libdl git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4672 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/CMakeLists.txt b/CMakeLists.txt index b9b327f..1d8645a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -315,6 +315,9 @@ 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()