We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1cd5a commit 3756fbcCopy full SHA for 3756fbc
assets/test/CMakeLists.txt
@@ -1,4 +1,6 @@
1
# Copyright 2023-2023 the openage authors. See copying.md for legal info.
2
3
+add_subdirectory(nyan/)
4
+add_subdirectory(qml/)
5
add_subdirectory(shaders/)
6
add_subdirectory(textures/)
assets/test/nyan/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(DIRECTORY "."
+ DESTINATION "${ASSET_DIR}/test/nyan"
+ FILES_MATCHING PATTERN "*.qml"
+)
assets/test/qml/CMakeLists.txt
+ DESTINATION "${ASSET_DIR}/test/qml"
0 commit comments