We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032b055 commit 2b00991Copy full SHA for 2b00991
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(nalchi VERSION 0.1.0)
+project(nalchi VERSION 0.1.1)
3
4
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
5
@@ -269,7 +269,8 @@ if(USE_STEAMWORKS)
269
install(FILES ${STEAM_API_HEADERS} DESTINATION include/SteamworksSDK/steam)
270
endif()
271
272
-# Install licenses
+# Install licenses & README
273
+install(FILES README.md DESTINATION .)
274
install(FILES LICENSE DESTINATION .)
275
install(FILES LICENSE DESTINATION licenses RENAME nalchi.LICENSE.txt)
276
if(NOT USE_STEAMWORKS)
0 commit comments