summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2018-01-18 03:25:56 +0200
committerStelios Tsampas <loathingkernel@gmail.com>2018-03-19 11:47:21 +0200
commit692119c547351b291e197c4716d387302cfcd864 (patch)
tree1de5eb1ca18cd7a352d27d33fa1bbb11cfa0b196
parent6f76041029393c6823973a29426b28c8c2d0b064 (diff)
* CMake messages
-rw-r--r--gui/CMakeLists.txt3
-rw-r--r--gui/po/CMakeLists.txt2
-rw-r--r--libpcsxcore/CMakeLists.txt2
-rw-r--r--plugins/bladesio1/CMakeLists.txt2
-rw-r--r--plugins/dfcdrom/CMakeLists.txt2
-rw-r--r--plugins/dfinput/CMakeLists.txt3
-rw-r--r--plugins/dfnet/CMakeLists.txt3
-rw-r--r--plugins/dfsound/CMakeLists.txt2
-rw-r--r--plugins/dfxvideo/CMakeLists.txt2
-rw-r--r--plugins/nullsio1/CMakeLists.txt4
-rw-r--r--plugins/peopsxgl/CMakeLists.txt1
11 files changed, 10 insertions, 16 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 93c9c328..5d333a02 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -1,9 +1,8 @@
-message(STATUS "* Configuring gui")
+message(STATUS "* Configuring UI")
include(GlibCompileResourcesSupport)
#deps
-
find_package(GLib REQUIRED)
if(NOT GLib_FOUND)
message(FATAL_ERROR "GLIB2 library not found")
diff --git a/gui/po/CMakeLists.txt b/gui/po/CMakeLists.txt
index 4695aba5..d1eb2a6d 100644
--- a/gui/po/CMakeLists.txt
+++ b/gui/po/CMakeLists.txt
@@ -1,4 +1,4 @@
-message(STATUS "* Configuring langs")
+message(STATUS "* Configuring translations")
include(Gettext)
#find_package(LibArchive REQUIRED)
diff --git a/libpcsxcore/CMakeLists.txt b/libpcsxcore/CMakeLists.txt
index a3a0fd34..a0477aac 100644
--- a/libpcsxcore/CMakeLists.txt
+++ b/libpcsxcore/CMakeLists.txt
@@ -1,4 +1,4 @@
-message(STATUS "* Configuring core")
+message(STATUS "* Configuring Core")
set(DYNAREC "auto" CACHE STRING "Build dynarec for arch.")
set_property(CACHE DYNAREC PROPERTY STRINGS auto x86_64 x86 ppc no)
diff --git a/plugins/bladesio1/CMakeLists.txt b/plugins/bladesio1/CMakeLists.txt
index 7557f5db..970334c5 100644
--- a/plugins/bladesio1/CMakeLists.txt
+++ b/plugins/bladesio1/CMakeLists.txt
@@ -1,4 +1,4 @@
-message(STATUS "* Configuring bladesio1")
+message(STATUS "* Configuring BladeSio1")
include(GlibCompileResourcesSupport)
diff --git a/plugins/dfcdrom/CMakeLists.txt b/plugins/dfcdrom/CMakeLists.txt
index 7860e414..7a71c31c 100644
--- a/plugins/dfcdrom/CMakeLists.txt
+++ b/plugins/dfcdrom/CMakeLists.txt
@@ -1,4 +1,4 @@
-message(STATUS "* Configuring dfcdrom")
+message(STATUS "* Configuring DFCdrom")
include(GlibCompileResourcesSupport)
diff --git a/plugins/dfinput/CMakeLists.txt b/plugins/dfinput/CMakeLists.txt
index 4899b85c..5859c116 100644
--- a/plugins/dfinput/CMakeLists.txt
+++ b/plugins/dfinput/CMakeLists.txt
@@ -1,9 +1,8 @@
-message(STATUS "* Configuring dfinput")
+message(STATUS "* Configuring DFInput")
include(GlibCompileResourcesSupport)
#deps
-
find_package(GLib REQUIRED)
if(NOT GLib_FOUND)
message(FATAL_ERROR "GLIB2 library not found")
diff --git a/plugins/dfnet/CMakeLists.txt b/plugins/dfnet/CMakeLists.txt
index b768a5f1..33040827 100644
--- a/plugins/dfnet/CMakeLists.txt
+++ b/plugins/dfnet/CMakeLists.txt
@@ -1,9 +1,8 @@
-message(STATUS "* Configuring dfnet")
+message(STATUS "* Configuring DFNet")
include(GlibCompileResourcesSupport)
#deps
-
find_package(GLib REQUIRED)
if(NOT GLib_FOUND)
message(FATAL_ERROR "GLIB2 library not found")
diff --git a/plugins/dfsound/CMakeLists.txt b/plugins/dfsound/CMakeLists.txt
index 865ddc13..7935a87f 100644
--- a/plugins/dfsound/CMakeLists.txt
+++ b/plugins/dfsound/CMakeLists.txt
@@ -1,4 +1,4 @@
-message(STATUS "* Configuring dfsound")
+message(STATUS "* Configuring DFSound")
include(GlibCompileResourcesSupport)
diff --git a/plugins/dfxvideo/CMakeLists.txt b/plugins/dfxvideo/CMakeLists.txt
index 8162d009..a6b099d2 100644
--- a/plugins/dfxvideo/CMakeLists.txt
+++ b/plugins/dfxvideo/CMakeLists.txt
@@ -1,4 +1,4 @@
-message(STATUS "* Configuring dfxvideo")
+message(STATUS "* Configuring DFXVideo")
include(GlibCompileResourcesSupport)
diff --git a/plugins/nullsio1/CMakeLists.txt b/plugins/nullsio1/CMakeLists.txt
index b7eaf48a..dd3eaaf2 100644
--- a/plugins/nullsio1/CMakeLists.txt
+++ b/plugins/nullsio1/CMakeLists.txt
@@ -1,9 +1,7 @@
-message(STATUS "* Configuring nullsio1")
-
+message(STATUS "* Configuring NullSio1")
#deps
-
#defs
add_definitions(-DLOCALE_DIR="${CMAKE_INSTALL_FULL_DATAROOTDIR}/locale/" -DPSEMU_DATA_DIR="${CMAKE_INSTALL_FULL_DATAROOTDIR}/psemu" -DDEF_PLUGIN_DIR="${CMAKE_INSTALL_FULL_LIBDIR}/games/psemu")
diff --git a/plugins/peopsxgl/CMakeLists.txt b/plugins/peopsxgl/CMakeLists.txt
index d622ce6f..907009ce 100644
--- a/plugins/peopsxgl/CMakeLists.txt
+++ b/plugins/peopsxgl/CMakeLists.txt
@@ -3,7 +3,6 @@ message(STATUS "* Configuring peopsxgl")
include(GlibCompileResourcesSupport)
#deps
-
find_package(GLib REQUIRED)
if(NOT GLib_FOUND)
message(FATAL_ERROR "GLIB2 library not found")