From a93c5c542042b582f2da765aa386772dc8437f01 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Mon, 31 Jul 2017 17:09:40 +0300 Subject: * Fix CMake to include PGXP sources. Import updated translations. Includes some small fixes on CMake, such as prettier status messages, host and target arch detection (taken from PCSX2), and various other small errors. --- plugins/dfinput/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/dfinput') diff --git a/plugins/dfinput/CMakeLists.txt b/plugins/dfinput/CMakeLists.txt index 7681a3d9..4899b85c 100644 --- a/plugins/dfinput/CMakeLists.txt +++ b/plugins/dfinput/CMakeLists.txt @@ -1,4 +1,4 @@ -message("Configuring dfinput") +message(STATUS "* Configuring dfinput") include(GlibCompileResourcesSupport) @@ -24,12 +24,12 @@ if(NOT SDL2_FOUND) if(NOT SDL_FOUND) message(FATAL_ERROR "SDL or SDL2 library not found") else(NOT SDL_FOUND) - message("Using SDL") + message(STATUS "Using SDL") include_directories(${SDL_INCLUDE_DIR}) endif(NOT SDL_FOUND) else(NOT SDL2_FOUND) set(USE_SDL2 1) - message("Using SDL2") + message(STATUS "Using SDL2") include_directories(${SDL2_INCLUDE_DIR}) endif(NOT SDL2_FOUND) -- cgit v1.2.3