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/dfinput | |
| parent | 6f76041029393c6823973a29426b28c8c2d0b064 (diff) | |
| download | pcsxr-692119c547351b291e197c4716d387302cfcd864.tar.gz | |
* CMake messages
Diffstat (limited to 'plugins/dfinput')
| -rw-r--r-- | plugins/dfinput/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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") |
