aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge the artwork and font "prebuilt" packages into the source repo, as ↵David Walter Seikel2012-03-011-1/+0
| | | | | | | | discussed on IRC and the mailing list, and remove some SL logos. I know, there are two slightly different LICENSE-logos.txt files. One that was originally in the source repo, one that was from the artwork package. I'm a coder, not a lawyer, and not the owner of those copyrights, so left them as is.
* Added cmake files to the solution. This should've been done AGES agoMcCabe Maxsted2011-03-141-0/+119
|
* Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning.Jacek Antonelli2010-09-231-0/+0
"CMake Warning (dev) at CMakeLists.txt:36 (add_subdirectory): The source directory /home/jacek/imprudence/linden/indra/cmake does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it."