summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorAnonymous Maarten <anonymous.maarten@gmail.com>2021-01-03 20:50:35 +0100
committershfil <filip.gawin@zoho.com>2021-01-11 11:24:25 +0100
commit3519cbd3e56cc7528d2fba4af4544ef7c14d40c5 (patch)
treede84623689c97f2cef6cd4bc200efe8df93bc06b /conanfile.py
parentcmake: install files ready for copying in game folder (diff)
downloadre3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.gz
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.bz2
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.lz
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.xz
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.zst
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.zip
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 958ef689..f0d63a20 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -109,7 +109,7 @@ class Re3Conan(ConanFile):
project(cmake_wrapper)
include("{}/conanbuildinfo.cmake")
- conan_basic_setup(TARGETS)
+ conan_basic_setup(TARGETS NO_OUTPUT_DIRS)
add_subdirectory("{}" re3)
""").format(self.install_folder.replace("\\", "/"),