Changeset 185 in pacpusframework for trunk/cmake/PacpusInstall.cmake


Ignore:
Timestamp:
10/23/13 10:32:21 (11 years ago)
Author:
morasjul
Message:

Fixed: dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusInstall.cmake

    r89 r185  
    88#################################################
    99
    10 # ========================================
    11 # CMake files
    12 # ========================================
     10################################################################################
     11# CMake
    1312install(
    1413    DIRECTORY
     
    1817)
    1918
    20 # ========================================
    21 # Include files
    22 # ========================================
     19################################################################################
     20# INCLUDES
    2321install(
    2422    DIRECTORY
     
    2826)
    2927
    30 # ========================================
     28################################################################################
    3129# Installation of the 3rd party
    32 # ========================================
    3330if(PACPUS_INSTALL_3RD)
    3431    install(
     
    4037endif()
    4138
    42 # ========================================
     39################################################################################
    4340# Installation of the documentation
    44 # ========================================
    4541if(PACPUS_BUILD_DOC)
    4642    install(
Note: See TracChangeset for help on using the changeset viewer.