Fix CMake variables to allow adding SFML as a dependency.
This commit is contained in:
parent
550ef632e3
commit
13986b2a3b
20 changed files with 44 additions and 44 deletions
|
@ -15,8 +15,8 @@ endif()
|
|||
find_package(Doxygen REQUIRED)
|
||||
|
||||
# set the input and output documentation paths
|
||||
set(DOXYGEN_INPUT_DIR ${CMAKE_SOURCE_DIR})
|
||||
set(DOXYGEN_OUTPUT_DIR ${CMAKE_BINARY_DIR}/doc)
|
||||
set(DOXYGEN_INPUT_DIR ${PROJECT_SOURCE_DIR})
|
||||
set(DOXYGEN_OUTPUT_DIR ${PROJECT_BINARY_DIR}/doc)
|
||||
|
||||
# see if we can generate the CHM documentation
|
||||
if(WINDOWS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue