File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ REM Convenience wrapper for CMake commands
99
1010REM Script command (1st parameter)
1111
12- call setup_x64.bat
1312set COMMAND = %1
1413
1514
Original file line number Diff line number Diff line change @@ -110,17 +110,6 @@ target_link_libraries(luxcore_static PRIVATE
110110add_definitions (-DCPP_API_EXPORTS ${VISIBILITY_FLAGS} ) # for controlling visibility
111111link_directories (${SLG_LIB_DIR} ${LuxRays_LIB_DIR} )
112112
113- # In case of MSVC, run setup_x64.bat before all targets.
114- # setup_x64.bat must therefore be in the PATH
115- if (MSVC )
116- add_custom_target (setup_x64 ALL
117- COMMAND cmd /c setup_x64.bat
118- COMMENT "Running setup_x64.bat"
119- )
120- # Make all build targets depend on setup_x64
121- add_dependencies (luxcore setup_x64 )
122- endif ()
123-
124113set_target_properties (luxcore PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
125114set_target_properties (luxcore_static PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
126115
You can’t perform that action at this time.
0 commit comments