Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/CMakeLists.txt

    r1286 r1561  
    33
    44# Configuration for newer cmake
    5 cmake_policy(VERSION 2.6)
    6 if (POLICY CMP0022)
    7         cmake_policy(SET CMP0022 OLD)
    8 endif (POLICY CMP0022)
     5cmake_policy(VERSION 2.8.12)
    96
    107# List of source files for the library
     
    3128SET(LFDPROTO_SRC ${LFDPROTO_SRC} PARENT_SCOPE)
    3229
    33 # Include path
    34 INCLUDE_DIRECTORIES(${LFDPROTO_INCLUDES})
    35 
    3630# Build as a shared library
    3731ADD_LIBRARY(libfdproto SHARED ${LFDPROTO_SRC})
     32
     33# Include path
     34TARGET_INCLUDE_DIRECTORIES(libfdproto PRIVATE /a/b/c ${LFDPROTO_INCLUDES})
    3835
    3936ADD_DEPENDENCIES(libfdproto version_information)
Note: See TracChangeset for help on using the changeset viewer.