User contributions for Shadowland
From KitwarePublic
Jump to navigationJump to search
19 October 2009
- 21:3421:34, 19 October 2009 diff hist +82 CMake →Recipes
- 21:3321:33, 19 October 2009 diff hist −82 CMake →Recipes
- 21:3321:33, 19 October 2009 diff hist +15 CMake →CPack
9 October 2009
- 17:0917:09, 9 October 2009 diff hist +13 RecipeAddShortcutToStartMenu No edit summary
- 14:4414:44, 9 October 2009 diff hist +1,035 N RecipeAddSoVersionToDLLs New page: When building for platforms that don't allow .so versioning, it's sometimes nice to be able to see at a glance what version of the API the .so library supports. Here's some example code f...
- 14:4314:43, 9 October 2009 diff hist +65 CMake →Recipes
- 14:4214:42, 9 October 2009 diff hist +2,063 N RecipeAddUninstallTarget New page: This is a slight hack for adding an uninstall target. It parses the install manifest and removes all of those same files. If your program generates files at runtime, this uninstaller wo...
- 14:4014:40, 9 October 2009 diff hist +407 N RecipeAddShortcutToStartMenu New page: If you application builds for multiple platforms and you'd like your application to show up in the Start Menu in Windows XP, add this logic to the end of your CMakeLists.txt file before "i...
- 14:3614:36, 9 October 2009 diff hist +446 RecipeAppendVersionNumberToInstallpath No edit summary
- 14:3414:34, 9 October 2009 diff hist +157 CMake →Recipes
- 14:3314:33, 9 October 2009 diff hist +1,264 N RecipeInstallToALocalFolderForTesting New page: This recipe is meant to install a local copy of all install files into a directory within the build directory. This is usually not needed in linux because you can use the rpath to set the...
- 14:3114:31, 9 October 2009 diff hist +3 RecipeAppendVersionNumberToInstallpath No edit summary
- 14:3114:31, 9 October 2009 diff hist +768 N RecipeAppendVersionNumberToInstallpath New page: In some situations, it's necessary to keep older versions of a program along with the newer. Here is a recipe for appending the version number to your install path: <pre>PROJECT(MyProg C...
- 14:3014:30, 9 October 2009 diff hist +206 CMake →Specific Topics