Skip to content

Commit

Permalink
assets: Add missing directories to CMakeLists.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Oct 7, 2023
1 parent af1cd5a commit 3756fbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright 2023-2023 the openage authors. See copying.md for legal info.

add_subdirectory(nyan/)
add_subdirectory(qml/)
add_subdirectory(shaders/)
add_subdirectory(textures/)
4 changes: 4 additions & 0 deletions assets/test/nyan/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
install(DIRECTORY "."
DESTINATION "${ASSET_DIR}/test/nyan"
FILES_MATCHING PATTERN "*.qml"
)
4 changes: 4 additions & 0 deletions assets/test/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
install(DIRECTORY "."
DESTINATION "${ASSET_DIR}/test/qml"
FILES_MATCHING PATTERN "*.qml"
)

0 comments on commit 3756fbc

Please sign in to comment.