diff options
Diffstat (limited to 'src/cmake')
-rw-r--r-- | src/cmake/modules/FindFreetype.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindOpenSSL.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindSDL.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindSDL_image.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindSDL_mixer.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindSDL_net.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindSDL_sound.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindSDL_ttf.cmake | 2 | ||||
-rw-r--r-- | src/cmake/modules/FindTIFF.cmake | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/src/cmake/modules/FindFreetype.cmake b/src/cmake/modules/FindFreetype.cmake index f1821f6..4ad01f6 100644 --- a/src/cmake/modules/FindFreetype.cmake +++ b/src/cmake/modules/FindFreetype.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindOpenSSL.cmake b/src/cmake/modules/FindOpenSSL.cmake index 6b4f985..9467682 100644 --- a/src/cmake/modules/FindOpenSSL.cmake +++ b/src/cmake/modules/FindOpenSSL.cmake @@ -36,6 +36,8 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if (UNIX) find_package(PkgConfig QUIET) pkg_check_modules(_OPENSSL QUIET openssl) diff --git a/src/cmake/modules/FindSDL.cmake b/src/cmake/modules/FindSDL.cmake index f426494..59b1576 100644 --- a/src/cmake/modules/FindSDL.cmake +++ b/src/cmake/modules/FindSDL.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindSDL_image.cmake b/src/cmake/modules/FindSDL_image.cmake index 6251d9d..9896a18 100644 --- a/src/cmake/modules/FindSDL_image.cmake +++ b/src/cmake/modules/FindSDL_image.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindSDL_mixer.cmake b/src/cmake/modules/FindSDL_mixer.cmake index 08bc886..c3390e9 100644 --- a/src/cmake/modules/FindSDL_mixer.cmake +++ b/src/cmake/modules/FindSDL_mixer.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindSDL_net.cmake b/src/cmake/modules/FindSDL_net.cmake index 61465e9..9fe28f0 100644 --- a/src/cmake/modules/FindSDL_net.cmake +++ b/src/cmake/modules/FindSDL_net.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindSDL_sound.cmake b/src/cmake/modules/FindSDL_sound.cmake index 9e8fa0b..9634ffb 100644 --- a/src/cmake/modules/FindSDL_sound.cmake +++ b/src/cmake/modules/FindSDL_sound.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindSDL_ttf.cmake b/src/cmake/modules/FindSDL_ttf.cmake index 1d2ca02..fca8a17 100644 --- a/src/cmake/modules/FindSDL_ttf.cmake +++ b/src/cmake/modules/FindSDL_ttf.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/modules/FindTIFF.cmake b/src/cmake/modules/FindTIFF.cmake index 08602dd..2f75667 100644 --- a/src/cmake/modules/FindTIFF.cmake +++ b/src/cmake/modules/FindTIFF.cmake @@ -1,6 +1,8 @@ # This file is part of MXE. # See index.html for further information. +message("** Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() |