aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-07 10:37:53 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-07 10:37:53 +0100
commitc083d3f18ecf80297b45eeda2abdf2fd6719cd7b (patch)
tree0a273fdb3743d9cf80898a852a300cef7054954d /CMakeLists.txt
parentb554cb1669aef3df239eef8e430082494e4a3041 (diff)
downloadpsn00bsdk-c083d3f18ecf80297b45eeda2abdf2fd6719cd7b.tar.gz
Update version number, readme and license info
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e46c49..181375c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ include(ExternalProject)
project(
PSn00bSDK
LANGUAGES NONE
- VERSION 0.18
+ VERSION 0.19
DESCRIPTION "Open source PlayStation 1 SDK"
HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk"
)
@@ -171,6 +171,11 @@ foreach(
endforeach()
install(
+ FILES README.md LICENSE.md
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/psn00bsdk/doc
+ COMPONENT docs
+)
+install(
DIRECTORY doc template
DESTINATION ${CMAKE_INSTALL_DATADIR}/psn00bsdk
COMPONENT docs