Skip to content

Commit 5475bca

Browse files
committed
Sync with upstream: ext/opcache
1 parent 04bf7d7 commit 5475bca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmake/ext/opcache/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ target_sources(
8282
$<$<NOT:$<PLATFORM_ID:Windows>>:shared_alloc_posix.c>
8383
$<$<NOT:$<PLATFORM_ID:Windows>>:shared_alloc_shm.c>
8484
$<$<PLATFORM_ID:Windows>:shared_alloc_win32.c>
85+
zend_accelerator_api.c
8586
zend_accelerator_blacklist.c
8687
zend_accelerator_debug.c
8788
zend_accelerator_hash.c
@@ -92,6 +93,10 @@ target_sources(
9293
zend_persist.c
9394
zend_shared_alloc.c
9495
ZendAccelerator.c
96+
PUBLIC
97+
FILE_SET HEADERS
98+
FILES
99+
zend_accelerator_api.h
95100
)
96101

97102
add_dependencies(php_ext_opcache php_ext_date php_ext_pcre)

0 commit comments

Comments
 (0)