~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/CMakeLists.txt

  • Committer: Chris Coulson
  • Date: 2016-01-13 18:16:11 UTC
  • Revision ID: chris.coulson@canonical.com-20160113181611-vo55lgwngvcj9u1h
Various clean-ups in soon-to-be-public headers. Also, we rename header files based on whether they're going to be public or not

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
set_target_properties(
83
83
    ${OXIDE_CORELIB_NAME} PROPERTIES
84
84
    IMPORTED_LOCATION ${CHROMIUM_LIB_DIR}/${OXIDE_CORELIB})
 
85
set_property(TARGET ${OXIDE_CORELIB_NAME}
 
86
             PROPERTY INTERFACE_INCLUDE_DIRECTORIES
 
87
             ${CMAKE_CURRENT_SOURCE_DIR}/core/api/includes)
85
88
 
86
89
set(OXIDE_INSTALL_LIB_FILES
87
90
    ${CHROMIUM_LIB_DIR}/${OXIDE_CORELIB})