Skip to content

Commit 3756fbc

Browse files
committed
assets: Add missing directories to CMakeLists.
1 parent af1cd5a commit 3756fbc

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

assets/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Copyright 2023-2023 the openage authors. See copying.md for legal info.
22

3+
add_subdirectory(nyan/)
4+
add_subdirectory(qml/)
35
add_subdirectory(shaders/)
46
add_subdirectory(textures/)

assets/test/nyan/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
install(DIRECTORY "."
2+
DESTINATION "${ASSET_DIR}/test/nyan"
3+
FILES_MATCHING PATTERN "*.qml"
4+
)

assets/test/qml/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
install(DIRECTORY "."
2+
DESTINATION "${ASSET_DIR}/test/qml"
3+
FILES_MATCHING PATTERN "*.qml"
4+
)

0 commit comments

Comments
 (0)