Loading CMakeLists.txt +4 −3 Original line number Diff line number Diff line Loading @@ -376,11 +376,12 @@ LINK_DIRECTORIES( ${LIBRARY_OUTPUT_PATH} ) #Pokracujeme dalsimi podadresari add_subdirectory( src ) add_subdirectory( share ) if( WITH_TESTS STREQUAL "yes" ) add_subdirectory( tests ) endif( WITH_TESTS STREQUAL "yes" ) if( WITH_EXAMPLES STREQUAL "yes" ) add_subdirectory( examples ) endif() endif( WITH_EXAMPLES STREQUAL "yes" ) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Template Numerical Library") set(CPACK_PACKAGE_VENDOR "MMG") Loading src/TNL/Images/JPEGImage.h +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ #endif #include <TNL/String.h> #include <TNL/Images//Image.h> #include <TNL/Images//RegionOfInterest.h> #include <TNL/Images/Image.h> #include <TNL/Images/RegionOfInterest.h> #ifdef HAVE_JPEG_H struct my_error_mgr Loading Loading
CMakeLists.txt +4 −3 Original line number Diff line number Diff line Loading @@ -376,11 +376,12 @@ LINK_DIRECTORIES( ${LIBRARY_OUTPUT_PATH} ) #Pokracujeme dalsimi podadresari add_subdirectory( src ) add_subdirectory( share ) if( WITH_TESTS STREQUAL "yes" ) add_subdirectory( tests ) endif( WITH_TESTS STREQUAL "yes" ) if( WITH_EXAMPLES STREQUAL "yes" ) add_subdirectory( examples ) endif() endif( WITH_EXAMPLES STREQUAL "yes" ) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Template Numerical Library") set(CPACK_PACKAGE_VENDOR "MMG") Loading
src/TNL/Images/JPEGImage.h +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ #endif #include <TNL/String.h> #include <TNL/Images//Image.h> #include <TNL/Images//RegionOfInterest.h> #include <TNL/Images/Image.h> #include <TNL/Images/RegionOfInterest.h> #ifdef HAVE_JPEG_H struct my_error_mgr Loading