mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
conan: copy gamefiles to source folder so cmake install succeeds
This commit is contained in:
parent
3d922c90e9
commit
152148d71f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class Re3Conan(ConanFile):
|
|||
self.requires("opusfile/0.12")
|
||||
|
||||
def export_sources(self):
|
||||
for d in ("cmake", "src"):
|
||||
for d in ("cmake", "gamefiles", "src"):
|
||||
shutil.copytree(src=d, dst=os.path.join(self.export_sources_folder, d))
|
||||
self.copy("CMakeLists.txt")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue