mirror of
https://github.com/halpz/re3.git
synced 2025-04-28 20:07:57 +03:00
conan: build re3 + librw with RelWithDebInfo build_type
This commit is contained in:
parent
6b8374f391
commit
3519cbd3e5
3 changed files with 6 additions and 3 deletions
|
@ -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("\\", "/"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue