Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d9461a9401 | ||
![]() |
f84e0d6086 | ||
![]() |
cad5c55da7 |
19 changed files with 3651 additions and 3645 deletions
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
*.c text
|
||||||
|
*.h text
|
|
@ -1,3 +1,5 @@
|
||||||
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
# The name of our project is "HELLO". CMakeLists files in this project can
|
# The name of our project is "HELLO". CMakeLists files in this project can
|
||||||
# refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and
|
# refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and
|
||||||
# to the root binary directory of the project as ${HELLO_BINARY_DIR}.
|
# to the root binary directory of the project as ${HELLO_BINARY_DIR}.
|
||||||
|
@ -115,8 +117,8 @@ include (InstallRequiredSystemLibraries)
|
||||||
set (CPACK_PACKAGE_NAME "friidump")
|
set (CPACK_PACKAGE_NAME "friidump")
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Dump Nintendo GameCube/Wii discs")
|
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Dump Nintendo GameCube/Wii discs")
|
||||||
set (CPACK_PACKAGE_VENDOR "Arep")
|
set (CPACK_PACKAGE_VENDOR "Arep")
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/docs/README")
|
set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
|
||||||
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/docs/COPYING")
|
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
|
||||||
set (CPACK_PACKAGE_VERSION_MAJOR "0")
|
set (CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||||
set (CPACK_PACKAGE_VERSION_MINOR "3")
|
set (CPACK_PACKAGE_VERSION_MINOR "3")
|
||||||
set (CPACK_PACKAGE_VERSION_PATCH "0")
|
set (CPACK_PACKAGE_VERSION_PATCH "0")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue