mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #1023 Use a standard application path for writing files
This commit is contained in:
parent
6c6432891f
commit
9e7420a442
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ ENDIF(FINAL_VERSION)
|
|||
# config.h configuration and use by projects
|
||||
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
|
||||
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
|
||||
ADD_DEFINITIONS(-DHAVE_CONFIG_H=1)
|
||||
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
|
||||
|
||||
ADD_SUBDIRECTORY(common)
|
||||
|
||||
|
|
Loading…
Reference in a new issue