VCCC  2024.05
VisualCamp Common C++ library
library_config.hpp
Go to the documentation of this file.
1 # /*
2 # * Created by YongGyu Lee on 2021/03/17.
3 # */
4 #
5 # ifndef VCCC_TYPE_SUPPORT_LIBRARY_CONFIG_HPP
6 # define VCCC_TYPE_SUPPORT_LIBRARY_CONFIG_HPP
7 #
8 # ifndef VCCC_USE_OPENCV_FEATURES
9 # define VCCC_USE_OPENCV_FEATURES 1
10 # endif
11 #
12 # if VCCC_USE_OPENCV_FEATURES
13 # include "opencv2/opencv.hpp"
14 # endif
15 #
16 # endif // VCCC_TYPE_SUPPORT_LIBRARY_CONFIG_HPP