diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-18 03:25:56 +0200 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2018-03-19 11:47:21 +0200 |
| commit | 692119c547351b291e197c4716d387302cfcd864 (patch) | |
| tree | 1de5eb1ca18cd7a352d27d33fa1bbb11cfa0b196 /plugins | |
| parent | 6f76041029393c6823973a29426b28c8c2d0b064 (diff) | |
| download | pcsxr-692119c547351b291e197c4716d387302cfcd864.tar.gz | |
* CMake messages
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/bladesio1/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | plugins/dfcdrom/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | plugins/dfinput/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | plugins/dfnet/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | plugins/dfsound/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | plugins/dfxvideo/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | plugins/nullsio1/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | plugins/peopsxgl/CMakeLists.txt | 1 |
8 files changed, 7 insertions, 12 deletions
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") |
