@@ -238,7 +238,7 @@ endif()
|
|||||||
# {{ Doxygen
|
# {{ Doxygen
|
||||||
if(DOXYGEN_EXECUTABLE)
|
if(DOXYGEN_EXECUTABLE)
|
||||||
add_custom_target(doc
|
add_custom_target(doc
|
||||||
COMMAND ${DOXYGEN_EXECUTABLE} wmfs.doxygen
|
COMMAND ${DOXYGEN_EXECUTABLE} ${SOURCE_DIR}/wmfs.doxygen
|
||||||
WORKING_DIRECTORY ${BUILD_DIR})
|
WORKING_DIRECTORY ${BUILD_DIR})
|
||||||
endif()
|
endif()
|
||||||
# }}
|
# }}
|
||||||
@@ -262,7 +262,7 @@ macro(a_configure_file file)
|
|||||||
string(REGEX REPLACE ".in\$" "" outfile ${file})
|
string(REGEX REPLACE ".in\$" "" outfile ${file})
|
||||||
message(STATUS "Configuring ${outfile}")
|
message(STATUS "Configuring ${outfile}")
|
||||||
configure_file(${SOURCE_DIR}/${file}
|
configure_file(${SOURCE_DIR}/${file}
|
||||||
${BUILD_DIR}/${outfile}
|
${SOURCE_DIR}/${outfile}
|
||||||
ESCAPE_QUOTE
|
ESCAPE_QUOTE
|
||||||
@ONLY)
|
@ONLY)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|||||||
Reference in New Issue
Block a user