Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2009, 4:40:20 PM (15 years ago)
Author:
rgrieder
Message:

Added license text to all CMake files except to the subdirectoties of the libraries.
Also adjusted some the Find script documentation and wrote Descriptions for every file not in src/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/FindDirectX.cmake

    r2623 r2626  
    11# Find script for DirectX on Windows
     2# Specifically designed to find dxguid and dinput8 for OIS
    23# Once loaded this will define
    3 #   DirectX_FOUND        - system has DirectX
    4 #   DirectX_INCLUDE_DIR  - include directory for DirectX
    5 #   DirectX_LIBRARY      - library for DirectX
     4#   DIRECTX_FOUND        - system has DirectX
     5#   DIRECTX_INCLUDE_DIR  - include directory for DirectX
     6#   DIRECTX_LIBRARIES    - libraries for DirectX
     7#
     8# Set ENV{DXSD_DIR} if that has not been done the SDK installation.
    69#
    710# Several changes and additions by Fabian 'x3n' Landau
     11# Simplifications and CMake 2.6.0 bugfix by Reto Grieder
    812#                 > www.orxonox.net <
    913
Note: See TracChangeset for help on using the changeset viewer.