File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ target_sources(
209209 zend_closures_arginfo.h
210210 zend_closures.h
211211 zend_compile.h
212- $<$<PLATFORM_ID:Windows>:zend_config.w32.h>
212+ $<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR} / zend_config.w32.h>
213213 zend_constants_arginfo.h
214214 zend_constants.h
215215 zend_cpuinfo.h
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ target_sources(
101101 FILE_SET HEADERS
102102 FILES
103103 dom_ce.h
104- $<$<PLATFORM_ID:Windows>:lexbor/selectors-adapted/selectors.h>
104+ $<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR} / lexbor/selectors-adapted/selectors.h>
105105 namespace_compat.h
106106 xml_common.h
107107 xpath_callbacks.h
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ target_sources(
132132 PUBLIC
133133 FILE_SET HEADERS
134134 FILES
135- $<$<PLATFORM_ID:Windows>:config-win.h>
135+ $<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR} / config-win.h>
136136 mysql_float_to_double.h
137137 mysqlnd_alloc.h
138138 mysqlnd_auth.h
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ target_sources(
7474 FILE_SET HEADERS
7575 FILES
7676 php_sockets.h
77- $<$<PLATFORM_ID:Windows>:windows_common.h>
77+ $<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR} / windows_common.h>
7878)
7979
8080target_compile_definitions (
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ target_sources(
198198 url_scanner_ex.h
199199 url.h
200200 user_filters_arginfo.h
201- $<$<PLATFORM_ID:Windows>:winver.h>
201+ $<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR} / winver.h>
202202)
203203
204204# Check for ARM64 processor on Windows.
You can’t perform that action at this time.
0 commit comments