mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
Initial open source release of OpenCL 2.1 CTS.
This commit is contained in:
8
test_common/miniz/CMakeLists.txt
Normal file
8
test_common/miniz/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(TARGET_NAME miniz)
|
||||
|
||||
add_library(
|
||||
${TARGET_NAME}
|
||||
STATIC
|
||||
miniz.c
|
||||
miniz.h
|
||||
)
|
||||
Reference in New Issue
Block a user