mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-21 18:02:43 +01:00
Remove some more boost filesystem references
This commit is contained in:
parent
fc394a1bde
commit
da8de34f7d
@ -33,7 +33,6 @@ function(rwdep_wrap_conan_targets)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
rwdep_wrap_conan_target(Boost::boost boost)
|
rwdep_wrap_conan_target(Boost::boost boost)
|
||||||
rwdep_wrap_conan_target(Boost::filesystem boost)
|
|
||||||
rwdep_wrap_conan_target(Boost::program_options boost)
|
rwdep_wrap_conan_target(Boost::program_options boost)
|
||||||
rwdep_wrap_conan_target(Boost::system boost)
|
rwdep_wrap_conan_target(Boost::system boost)
|
||||||
rwdep_wrap_conan_target(Boost::unit_test_framework boost)
|
rwdep_wrap_conan_target(Boost::unit_test_framework boost)
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
{ "include": [ "@<glm/gtx/\\.\\./gtc/quaternion\\.hpp>", "public", "<glm/gtc/quaternion.hpp>", "public"] },
|
{ "include": [ "@<glm/gtx/\\.\\./gtc/quaternion\\.hpp>", "public", "<glm/gtc/quaternion.hpp>", "public"] },
|
||||||
{ "include": [ "@<glm/gtx/\\.\\./gtx/quaternion\\.hpp>", "public", "<glm/gtx/quaternion.hpp>", "public"] },
|
{ "include": [ "@<glm/gtx/\\.\\./gtx/quaternion\\.hpp>", "public", "<glm/gtx/quaternion.hpp>", "public"] },
|
||||||
{ "symbol": [ "glm::value_ptr", "private", "<glm/gtc/type_ptr.hpp>", "public"] },
|
{ "symbol": [ "glm::value_ptr", "private", "<glm/gtc/type_ptr.hpp>", "public"] },
|
||||||
# Boost filesystem:
|
|
||||||
{ "include": [ "@<boost/filesystem/.*>", "private", "<boost/filesystem.hpp>", "public"] },
|
|
||||||
# Boost iterator:
|
# Boost iterator:
|
||||||
{ "include": [ "@<boost/range/iterator_range_core\\.hpp>", "private", "<boost/range/iterator_range.hpp>", "public"] },
|
{ "include": [ "@<boost/range/iterator_range_core\\.hpp>", "private", "<boost/range/iterator_range.hpp>", "public"] },
|
||||||
# Bullet:
|
# Bullet:
|
||||||
|
Loading…
Reference in New Issue
Block a user