summaryrefslogtreecommitdiff
path: root/Modules/FindGTK2.cmake
Commit message (Expand)AuthorAgeFilesLines
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-35/+77
* FindGTK2: Make pangocairo and cairo optional dependenciesDaniele E. Domenichelli2013-10-081-12/+14
* FindGTK2: Change extra includes -> optionalDaniele E. Domenichelli2013-10-081-24/+18
* FindGTK2: do not skip target creation if optional dependencies are not foundDaniele E. Domenichelli2013-10-081-7/+12
* FindGTK2: Refactor _GTK2_ADJUST_LIB_VARS into _GTK2_ADD_TARGETDaniele E. Domenichelli2013-10-081-152/+161
* FindGTK2: Do not add freetype includes if they are not foundDaniele E. Domenichelli2013-10-081-2/+6
* FindGTK2: Add libraries to the GTK2_LIBRARIES variable only when foundDaniele E. Domenichelli2013-10-081-2/+4
* FindGTK2: Do not link libfreetypeDaniele E. Domenichelli2013-10-081-34/+12
* FindGTK2: Add config directories only if different from include onesDaniele E. Domenichelli2013-10-081-1/+1
* FindGTK2: Set INTERFACE_COMPILE_DEFINITIONS target property only if not emptyDaniele E. Domenichelli2013-10-081-1/+3
* FindGTK2: Add check to ensure that target existsDaniele E. Domenichelli2013-10-081-5/+7
* FindGTK2: Fix gmodule, glibmm, pangoft2, and pangoxft targetsDaniele E. Domenichelli2013-10-081-3/+8
* FindGTK2: Link freetype libs to targets including freetype includesDaniele E. Domenichelli2013-10-081-0/+21
* FindGTK2: Small cleanupDaniele E. Domenichelli2013-10-071-1/+0
* FindGTK2: Do not require the GTK_ prefix in all the internal functionsDaniele E. Domenichelli2013-10-071-146/+148
* FindGTK2: Better handling of include directoriesDaniele E. Domenichelli2013-10-071-13/+15
* FindGTK2: Create targets for each libraryDaniele E. Domenichelli2013-10-071-3/+147
* FindGTK2: Search for glib-object.h instead of gobject/gobject.hDaniele E. Domenichelli2013-10-071-1/+1
* FindGTK2: Populate GTK2_DEFINITIONS before searching for librariesDaniele E. Domenichelli2013-10-071-14/+14
* FindGTK2: Export GTK2_XXX_FOUND to parent scope in _GTK2_FIND_LIBRARYDaniele E. Domenichelli2013-10-071-0/+3
* FindGTK2: Search for modules quietly when neededDaniele E. Domenichelli2013-10-071-0/+2
* FindGTK2: Find freetype quietlyDaniele E. Domenichelli2013-10-071-1/+1
* FindGTK2: Mark GTK_*_INCLUDE_DIR as advancedDaniele E. Domenichelli2013-10-071-0/+1
* FindGTK2: Detect pangoft2 and pangoxft librariesDaniele E. Domenichelli2013-08-011-1/+5
* FindGTK2: Detect gmodule libraryDaniele E. Domenichelli2013-07-311-0/+3
* FindGTK2: gthread-2.0 folder does not existDaniele E. Domenichelli2013-07-311-1/+0
* FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED optionDaniele E. Domenichelli2013-07-291-9/+2
* FindGTK2: Update local changelogDaniele E. Domenichelli2013-07-291-0/+9
* FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIRDaniele E. Domenichelli2013-07-291-35/+35
* FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARYDaniele E. Domenichelli2013-07-291-39/+36
* FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug modeDaniele E. Domenichelli2013-07-291-17/+27
* Merge topic 'FindGTK2vd2'Brad King2013-07-021-0/+17
|\
| * FindGTK2: Add GTK2_DEFINITIONS variableDaniele E. Domenichelli2013-06-291-0/+17
* | FindGTK2: Do not fail on MSVC11 if vc100 libraries are availableDaniele E. Domenichelli2013-06-291-0/+3
|/
* FindGTK2: Detect gthread libraryDaniele E. Domenichelli2013-06-191-0/+3
* FindGTK2: Move check for pangocairo in gtk moduleDaniele E. Domenichelli2013-06-191-2/+2
* FindGTK2: Fix GTK2_LIBRARIES order for static gtk librariesRodolfo Schulz de Lima2013-01-281-35/+41
* FindGTK2: Update local changelogPhilip Lowman2012-10-031-2/+5
* FindGTK2: #12596 Missing paths for FindGTK2 on NetBSDPhilip Lowman2012-10-031-0/+2
* FindGTK2: #12049 fix detection of header files on multiarch systemsPhilip Lowman2012-10-031-0/+7
* FindGTK2: Rollback lib64 changes which broke header file findingPhilip Lowman2012-10-031-11/+26
* Merge topic 'read-less-from-version-headers'David Cole2012-08-201-1/+1
|\
| * read less from version headers into variablesRolf Eike Beer2012-08-191-1/+1
* | Merge topic 'FindGTK2_12306'David Cole2012-08-201-0/+1
|\ \
| * | FindGTK2: Add GTK2_CAIROMMCONFIG_INCLUDE_DIR for cairommconfig.hPhilip Lowman2012-08-181-0/+1
| |/
* | use PATH_SUFFIXES to simplify find_* callsRolf Eike Beer2012-08-141-17/+9
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+7
* remove lib64 Unix paths if the respective lib path is also givenRolf Eike Beer2012-07-211-2/+0
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1