diff --git a/eo/CMakeLists.txt b/eo/CMakeLists.txt index ca2f8580..891c0251 100644 --- a/eo/CMakeLists.txt +++ b/eo/CMakeLists.txt @@ -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)