move windows out of source dir

This commit is contained in:
Campbell Barton
2016-02-07 20:58:58 +11:00
parent 578f70f288
commit 8be34580c1
7 changed files with 8 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ if(WIN32 AND NOT UNIX)
list(APPEND SRC
../icons/winblender.rc
${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.rc
)
endif()
@@ -1094,7 +1094,7 @@ setup_liblinks(blender)
if(WIN32 AND NOT WITH_PYTHON_MODULE)
set(LAUNCHER_SRC
creator_launch_win.c
../icons/winblender.rc
${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.rc
)
add_executable(blender-launcher ${LAUNCHER_SRC})
target_link_libraries(blender-launcher bf_intern_utfconv ${PLATFORM_LINKLIBS})