Skip to content

Commit

Permalink
Install CPE dictionary, CPE OVAL and CPE README
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Nov 14, 2017
1 parent 025791a commit c9a79d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,5 @@ add_subdirectory("docs")
add_subdirectory("dist")
add_subdirectory("schemas")
add_subdirectory("xsl")
add_subdirectory("cpe")
configure_file("run.in" "run" @ONLY)
6 changes: 6 additions & 0 deletions cpe/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SET(CPE_FILES
"openscap-cpe-dict.xml"
"openscap-cpe-oval.xml"
"README"
)
install(FILES ${CPE_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/openscap/cpe)

0 comments on commit c9a79d2

Please sign in to comment.