QtCreator needs the header files to be listed in the source variable to
display them in its project tree when the cmake project is imported.
dansguardian_log.c dansguardian_report.c realtime.c btree_cache.c
usertab.c userinfo.c longline.c url.c fnmatch.c stringbuffer.c
filelist.c readlog.c alias.c
- readlog_squid.c readlog_sarg.c readlog_extlog.c readlog_common.c)
+ readlog_squid.c readlog_sarg.c readlog_extlog.c readlog_common.c
+ include/conf.h include/info.h include/defs.h)
FOREACH(f ${SRC})
ADD_FILE_DEPENDENCIES(${f} ${CMAKE_BINARY_DIR}/config.h ${CMAKE_SOURCE_DIR}/include/conf.h ${CMAKE_SOURCE_DIR}/include/info.h ${CMAKE_SOURCE_DIR}/include/defs.h)