DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current I'll look into the fltk-config, libXinerama and possible similar problems tonight. I had problems using the directions in the article suggested by engelsman. If you install a CMake-built FLTK the following minimal CMakeLists.txt should work. The WIN32 is ignored by non-windows systems btw. ------ cmake_minimum_required(VERSION 2.6) project(hello) find_package(FLTK REQUIRED NO_MODULE) include(${FLTK_USE_FILE}) add_executable(hello WIN32 hello.cxx) target_link_libraries(hello fltk) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
