diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2018-04-27 12:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-27 12:18:49 +0100 |
| commit | 7936d466c58f6f2603900fbbc9d18b56ac2e4b4c (patch) | |
| tree | 714d9f371901f7083cf38fc547d46df32d16f16e /plugins/dfinput/CMakeLists.txt | |
| parent | 6f76041029393c6823973a29426b28c8c2d0b064 (diff) | |
| parent | 5687e9684cccc74e9dfa040c59a04d61e0851d54 (diff) | |
| download | pcsxr-7936d466c58f6f2603900fbbc9d18b56ac2e4b4c.tar.gz | |
Merge pull request #8 from loathingKernel/travis
Add Travis CI support for Linux and OS X
Diffstat (limited to 'plugins/dfinput/CMakeLists.txt')
| -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") |
