~marcustomlinson/unity-js-scopes/support-new-sdk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alexandre Abreu
  • Date: 2015-10-20 23:57:54 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: alexandre.abreu@canonical.com-20151020235754-ypleiqj0rpzof0vv
tweak example package

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
add_subdirectory(src)
63
63
add_subdirectory(doc)
64
64
 
65
 
install(DIRECTORY examples
 
65
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/examples
66
66
        DESTINATION ${CMAKE_INSTALL_DATADIR}/unity-js-scopes)
67
67