mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 13:01:39 +02:00
7 lines
117 B
CMake
7 lines
117 B
CMake
![]() |
set(SRCS clrun/clrun.c
|
||
|
clrun/dynamiclib.c
|
||
|
clrun/gencl.c
|
||
|
clrun/genclgl.c)
|
||
|
|
||
|
add_library(clrun STATIC ${SRCS})
|