changed cmakelists.txt to generate install symlink script
This commit is contained in:
parent
71d3ee7b5b
commit
f5db4b56dc
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ INCLUDE(Dart OPTIONNAL)
|
|||
# now create config headers
|
||||
CONFIGURE_FILE(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
||||
|
||||
# now create config install_symlink script file
|
||||
CONFIGURE_FILE(install_symlink.py.cmake ${CMAKE_CURRENT_BINARY_DIR}/install_symlink.py)
|
||||
|
||||
# Set a special flag if the environment is windows (should do the same in a config.g file)
|
||||
IF (WIN32)
|
||||
ADD_DEFINITIONS(-D_WINDOWS=1)
|
||||
|
|
|
|||
Reference in a new issue