Changeset 11885 for source


Ignore:
Timestamp:
May 8, 2013, 4:31:28 PM (11 years ago)
Author:
Michael Tänzer
Message:

CMake: Also install the config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CMakeLists.txt

    r10788 r11885  
    240240include_directories("${CMAKE_CURRENT_BINARY_DIR}/..")
    241241list(APPEND libariba_HEADERS "${CMAKE_CURRENT_BINARY_DIR}/config.h")
     242install(FILES "${CMAKE_CURRENT_BINARY_DIR}/config.h"
     243    DESTINATION "${add_headers_INSTALL_DIR}"
     244    COMPONENT "${add_headers_INSTALL_COMPONENT}"
     245    )
    242246
    243247# Add the parent directory to the includes because we reference headers with
Note: See TracChangeset for help on using the changeset viewer.