Skip to content
Snippets Groups Projects
Commit 0494a502 authored by Glenn Glazer's avatar Glenn Glazer
Browse files

fix tabs

parent c1951b49
No related branches found
No related tags found
No related merge requests found
...@@ -1786,18 +1786,18 @@ if (WINDOWS) ...@@ -1786,18 +1786,18 @@ if (WINDOWS)
get_filename_component(PYTHON_DIRECTORY ${PYTHON_EXECUTABLE} DIRECTORY) get_filename_component(PYTHON_DIRECTORY ${PYTHON_EXECUTABLE} DIRECTORY)
# http://pythonhosted.org/PyInstaller/#options # http://pythonhosted.org/PyInstaller/#options
add_custom_command( add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/SL_Launcher.exe OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/SL_Launcher.exe
COMMAND ${PYTHON_DIRECTORY}/Scripts/pyinstaller.exe COMMAND ${PYTHON_DIRECTORY}/Scripts/pyinstaller.exe
ARGS ARGS
--onefile --onefile
--log-level WARN --log-level WARN
--distpath ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} --distpath ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}
${CMAKE_SOURCE_DIR}/viewer_components/manager/SL_Launcher ${CMAKE_SOURCE_DIR}/viewer_components/manager/SL_Launcher
COMMENT "Performing pyinstaller compile of SL_Launcher" COMMENT "Performing pyinstaller compile of SL_Launcher"
) )
add_custom_target(compile_w_viewer_launcher ALL DEPENDS ${CMAKE_CFG_INTDIR}/SL_Launcher.exe) add_custom_target(compile_w_viewer_launcher ALL DEPENDS ${CMAKE_CFG_INTDIR}/SL_Launcher.exe)
add_custom_command( add_custom_command(
OUTPUT ${CMAKE_CFG_INTDIR}/copy_touched.bat OUTPUT ${CMAKE_CFG_INTDIR}/copy_touched.bat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment