mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed target path of precompiled headers binary.
This commit is contained in:
@@ -87,8 +87,8 @@ function(add_precompiled_header _target _input)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
set(_pch_cxx_pch "${CMAKE_CFG_INTDIR}/cxx_${_input_we}.pch")
|
set(_pch_cxx_pch "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/cxx_${_input_we}.pch")
|
||||||
set(_pch_c_pch "${CMAKE_CFG_INTDIR}/c_${_input_we}.pch")
|
set(_pch_c_pch "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/c_${_input_we}.pch")
|
||||||
|
|
||||||
get_target_property(sources ${_target} SOURCES)
|
get_target_property(sources ${_target} SOURCES)
|
||||||
foreach(_source ${sources})
|
foreach(_source ${sources})
|
||||||
|
|||||||
Reference in New Issue
Block a user