mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
[requires]
|
|
gtest/1.8.0@bincrafters/stable
|
|
boost/1.66.0@conan/stable
|
|
|
|
[options]
|
|
gtest:shared=True
|
|
boost:shared=True
|
|
boost:without_atomic=False
|
|
boost:without_system=False
|
|
boost:without_thread=False
|
|
boost:without_chrono=True
|
|
boost:without_container=True
|
|
boost:without_context=True
|
|
boost:without_coroutine=True
|
|
boost:without_date_time=True
|
|
boost:without_exception=True
|
|
boost:without_fiber=True
|
|
boost:without_filesystem=True
|
|
boost:without_graph=True
|
|
boost:without_graph_parallel=True
|
|
boost:without_iostreams=True
|
|
boost:without_locale=True
|
|
boost:without_log=True
|
|
boost:without_math=True
|
|
boost:without_mpi=True
|
|
boost:without_program_options=True
|
|
boost:without_python=True
|
|
boost:without_random=True
|
|
boost:without_regex=True
|
|
boost:without_serialization=True
|
|
boost:without_signals=True
|
|
boost:without_stacktrace=True
|
|
boost:without_test=True
|
|
boost:without_timer=True
|
|
boost:without_type_erasure=True
|
|
boost:without_wave=True
|
|
|
|
# We copy the builded files in order to refer to them when calling cmake.
|
|
# cmake -DCMAKE_PREFIX_PATH="build_dir/deps"
|
|
[imports]
|
|
include, * -> ./deps/include # Copies files
|
|
lib, * -> ./deps/lib # Copies files
|
|
bin, * -> ./deps/lib # Copies files
|
|
|