/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to xml/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-08 01:15:51 UTC
  • Revision ID: csa@suren.me-20160308011551-z7qvf08s6daer4l2
Support XML configuration of device models

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
install(FILES devices.xsd
 
3
    DESTINATION ${PCILIB_DATA_DIR}
 
4
)
 
5
 
1
6
install(FILES model.xsd references.xsd types.xsd
2
7
    DESTINATION ${PCILIB_MODEL_DIR}
3
8
)