Hello ... I am working in project called "Libraqm"
https://github.com/HOST-Oman/libraqm .. and I want to use GtkDoc packege for documentation.. I used this codes in CMakeLists.txt that is located in doc directory:
#find_package (GtkDoc REQUIRED)
#gtk_doc_add_module(
# libraqm
# SOURCE ${CMAKE_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}
# XML ${CMAKE_SOURCE_DIR}/docs/raqm-docs.xml
# LIBRARIES raqm
#)
#add_custom_target (doc ALL)
and it seems there is an error:
CFLAGS: "-Itarget_include_dirs-NOTFOUND" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include"
/usr/bin/ld: cannot find -ltarget_link_libraries-NOTFOUND
My question is.. how i can solve this problem and what "-Itarget_include_dirs" means ?!!!