~singpolyma/biboumi

af4fc92c215e48cf13be36a1f8e8e1a821dabb5a — Florent Le Coz 10 years ago 5cb81ca
Fix the include of the config.h
2 files changed, 2 insertions(+), 2 deletions(-)

M CMakeLists.txt
M src/utils/encoding.cpp
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 81,4 81,4 @@ target_link_libraries(test
  bridge
  utils)

CONFIGURE_FILE(config.h.cmake config.h @ONLY)
CONFIGURE_FILE(config.h.cmake src/config.h @ONLY)

M src/utils/encoding.cpp => src/utils/encoding.cpp +1 -1
@@ 7,7 7,7 @@
#include <string.h>
#include <iconv.h>

#include "config.h"
#include <config.h>

/**
 * The UTF-8-encoded character used as a place holder when a character conversion fails.