ImProcFunctions cleanup and transition to OpenMP -- phase 1

This commit is contained in:
gabor
2010-05-21 16:14:18 +02:00
parent c427279ce3
commit cd91e7890e
19 changed files with 1944 additions and 2856 deletions

View File

@@ -116,6 +116,11 @@ if (WITH_RAWZOR)
endif (WIN32)
endif (WITH_RAWZOR)
find_package(OpenMP)
if (OPENMP_FOUND)
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS})
endif (OPENMP_FOUND)
add_subdirectory (rtexif)
add_subdirectory (rtengine)
add_subdirectory (rtgui)