CONGE-1 This work in mac
This commit is contained in:
parent
9766eb80cf
commit
16364abcde
@ -18,9 +18,9 @@ endif()
|
|||||||
set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/build)
|
set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/build)
|
||||||
|
|
||||||
# Include the Conan-generated files
|
# Include the Conan-generated files
|
||||||
list(APPEND CMAKE_PREFIX_PATH "${CMAKE_BINARY_DIR}/generators")
|
list(APPEND CMAKE_PREFIX_PATH "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}/generators")
|
||||||
|
|
||||||
include("${CMAKE_BINARY_DIR}/generators/conan_toolchain.cmake")
|
include("${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}/generators/conan_toolchain.cmake")
|
||||||
|
|
||||||
|
|
||||||
# Set common output directories
|
# Set common output directories
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
@REM Run Conan to install dependencies
|
@REM Run Conan to install dependencies
|
||||||
rmdir build /s /q
|
rmdir build /s /q
|
||||||
|
|
||||||
mkdir build
|
|
||||||
|
|
||||||
@REM DEBUG
|
@REM DEBUG
|
||||||
conan install . -s build_type=Debug --build=missing
|
conan install . -of build -s build_type=Debug --build=missing
|
||||||
|
|
||||||
@REM RELEASE
|
@REM RELEASE
|
||||||
conan install . -s build_type=Release --build=missing
|
conan install . -of build -s build_type=Release --build=missing
|
||||||
|
|||||||
0
Configure.sh
Normal file → Executable file
0
Configure.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user