include(FindGTK)
target_link_libraries(myexec $GTK_LIBRARIES) add_executable (myexec sources) Result:CMake Error: Attempt to add link library "GTK_LIBRARIES" to target "myexec" which is not built by this project.
What am I doing wrong ? Kind regards, Steve _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
