#1279 Correction to r4748 which broke the CMake build.
This commit is contained in:
parent
54408bac2f
commit
73047ce568
@ -45,6 +45,7 @@
|
||||
#include "gifimage.hpp"
|
||||
#include "http.hpp"
|
||||
#include "image.hpp"
|
||||
#include "ini.hpp"
|
||||
#include "iptc.hpp"
|
||||
#include "jp2image.hpp"
|
||||
#include "jpgimage.hpp"
|
||||
|
||||
@ -13,7 +13,7 @@ Config loaded from : 'initest.ini' version=6, name=Bob Smith, email=bob@smith.co
|
||||
|
||||
// #include <exiv2/exiv2.h>
|
||||
#include "config.h"
|
||||
#include "../src/ini_int.hpp"
|
||||
#include "ini.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@ -16,7 +16,6 @@ SET( LIBEXIV2_PRIVATE_HDR canonmn_int.hpp
|
||||
cr2image_int.hpp
|
||||
crwimage_int.hpp
|
||||
fujimn_int.hpp
|
||||
ini_int.hpp
|
||||
makernote_int.hpp
|
||||
minoltamn_int.hpp
|
||||
nikonmn_int.hpp
|
||||
@ -55,6 +54,7 @@ SET( LIBEXIV2_HDR ${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/asfvideo.hp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/gifimage.hpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/http.hpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/image.hpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/ini.hpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/iptc.hpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/jp2image.hpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../include/exiv2/jpgimage.hpp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user