mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
11 lines
209 B
CMake
11 lines
209 B
CMake
set(SRCS clrun/clrun.c
|
|
clrun/dynamiclib.c
|
|
clrun/gencl.c
|
|
clrun/genclgl.c
|
|
clrun/genclext.c
|
|
clrun/genclglext.c
|
|
)
|
|
|
|
add_library(clrun STATIC ${SRCS})
|
|
target_link_libraries(clrun ${CMAKE_DL_LIBS})
|