This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excluse qtproject folder in source packages. Add support for package generation using cpack.
- Loading branch information
castano
committed
Mar 14, 2009
1 parent
53e6c4c
commit 0ce5786
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,23 @@ ENDIF(NVTT_SHARED) | |
ADD_SUBDIRECTORY(extern) | ||
|
||
ADD_SUBDIRECTORY(src) | ||
|
||
INSTALL(FILES | ||
NVIDIA_Texture_Tools_LICENSE.txt | ||
NVIDIA_Texture_Tools_README.txt | ||
ChangeLog | ||
DESTINATION .) | ||
|
||
# Add packaging support | ||
INCLUDE(InstallRequiredSystemLibraries) | ||
SET(CPACK_GENERATOR "TGZ;DEB") | ||
SET(CPACK_PACKAGE_NAME "nvidia-texture-tools") | ||
SET(CPACK_PACKAGE_VERSION "2.1.0") | ||
SET(CPACK_PACKAGE_CONTACT "Ignacio Castaño <[email protected]>") | ||
SET(CPACK_PACKAGE_VENDOR "NVIDIA Corporation") | ||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "GPU-accelerated Texture Tools with support for DirectX 10 texture formats") | ||
|
||
SET(CPACK_PACKAGE_ICON "${NV_SOURCE_DIR}/project/vc8/nvcompress/nvidia.ico") | ||
|
||
SET(CPACK_RESOURCE_FILE_LICENSE "${NV_SOURCE_DIR}/NVIDIA_Texture_Tools_LICENSE.txt") | ||
INCLUDE(CPack) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters