]> Creatis software - crea.git/blob - appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt
36747f4558238b7b64116eb9cc6c3ded979d8f9d
[crea.git] / appli / creaNewProject / NewProject / doc / UserDocumentation / CMakeLists.txt
1 MESSAGE(STATUS "")
2 MESSAGE(STATUS "=======================================")
3 MESSAGE(STATUS "Configuring user documentation ")
4
5 SET(ARTICLE_LINKS "<h1> Conference Articles </h1><br>")
6
7 #The name of the conference should be the same name as the folder where the *.tex file is located
8 SET(CONFERENCE_NAME "TemplateIEEE")
9 #Filename of the *.tex file without extension, the *.bib file must be named the same
10 SET(ARTICLE_NAME "bare_conf")
11
12 USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME})
13
14
15 #SET(ARTICLE_LINKS "<h1> Journal Articles </h1><br>")
16
17 #The name of the conference should be the same name as the folder where the *.tex file is located
18 #SET(CONFERENCE_NAME "TemplateIEEE")
19 #Filename of the *.tex file without extension, the *.bib file must be named the same
20 #SET(ARTICLE_NAME "bare_conf")
21
22 #USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME})
23
24
25 #SET(ARTICLE_LINKS "<h1> Posters </h1><br>")
26 #The name of the conference should be the same name as the folder where the *.tex file is located
27 #SET(CONFERENCE_NAME "POSTERCONF")
28 #Filename of the *.tex file without extension, the *.bib file must be named the same
29 #SET(ARTICLE_NAME "MYPOSTER")
30
31
32 CONFIGURE_FILE(
33     ${CMAKE_CURRENT_SOURCE_DIR}/UserDocumentationLinks.txt.in
34     ${CMAKE_CURRENT_BINARY_DIR}/../UserDoxygen/UserDocumentationLinks.txt    
35     ) 
36
37
38
39 MESSAGE(STATUS "=======================================")