diff options
Diffstat (limited to 'xml/CMakeLists.txt')
-rw-r--r-- | xml/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xml/CMakeLists.txt b/xml/CMakeLists.txt new file mode 100644 index 0000000..fab54ef --- /dev/null +++ b/xml/CMakeLists.txt @@ -0,0 +1,3 @@ +install(FILES model.xsd + DESTINATION ${PCILIB_MODEL_DIR} +) |