diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 17:09:40 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 17:09:40 +0300 |
| commit | a93c5c542042b582f2da765aa386772dc8437f01 (patch) | |
| tree | 9c34038ebc8f59106c6b1312e57b4f88f6088da1 /plugins/peopsxgl | |
| parent | 3912ad309e60ca9e97a72baa9a2e651c6a5ab198 (diff) | |
| download | pcsxr-a93c5c542042b582f2da765aa386772dc8437f01.tar.gz | |
* 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.
Diffstat (limited to 'plugins/peopsxgl')
| -rw-r--r-- | plugins/peopsxgl/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/peopsxgl/CMakeLists.txt b/plugins/peopsxgl/CMakeLists.txt index 1985bb3f..d622ce6f 100644 --- a/plugins/peopsxgl/CMakeLists.txt +++ b/plugins/peopsxgl/CMakeLists.txt @@ -1,4 +1,4 @@ -message("Configuring peopsxgl") +message(STATUS "* Configuring peopsxgl") include(GlibCompileResourcesSupport) @@ -40,6 +40,7 @@ set(PLUGIN_SRCS prim.c soft.c texture.c + pgxp_gpu.c ) set(GUI_SRCS |
