comparison UnitTestsSources/UnitTestsMain.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents cde379b9d1d2
children 5732edec7cbd
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "gtest/gtest.h" 22 #include <gtest/gtest.h>
23 23
24 #include "../Framework/StoneInitialization.h" 24 #include "../Framework/StoneInitialization.h"
25 #include "../Framework/Toolbox/FiniteProjectiveCamera.h" 25 #include "../Framework/Toolbox/FiniteProjectiveCamera.h"
26 #include "../Framework/Toolbox/GeometryToolbox.h" 26 #include "../Framework/Toolbox/GeometryToolbox.h"
27 #include "../Framework/Volumes/ImageBuffer3D.h" 27 #include "../Framework/Volumes/ImageBuffer3D.h"
28 #include "../Framework/Loaders/LoaderCache.h" 28 #include "../Framework/Loaders/LoaderCache.h"
29 29
30 #include <Core/HttpClient.h> 30 #include <HttpClient.h>
31 #include <Core/Images/ImageProcessing.h> 31 #include <Images/ImageProcessing.h>
32 #include <Core/Logging.h> 32 #include <Logging.h>
33 #include <Core/MultiThreading/SharedMessageQueue.h> 33 #include <MultiThreading/SharedMessageQueue.h>
34 #include <Core/OrthancException.h> 34 #include <OrthancException.h>
35 35
36 #include <boost/lexical_cast.hpp> 36 #include <boost/lexical_cast.hpp>
37 #include <boost/date_time/posix_time/posix_time.hpp> 37 #include <boost/date_time/posix_time/posix_time.hpp>
38 #include <boost/thread/thread.hpp> 38 #include <boost/thread/thread.hpp>
39 #include <boost/math/special_functions/round.hpp> 39 #include <boost/math/special_functions/round.hpp>