mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 04:16:29 +01:00
![Soren Jorvang](/assets/img/avatar_default.png)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7043 8ced0084-cf51-0410-be5f-012b33b47a6e
8 lines
163 B
CMake
8 lines
163 B
CMake
set(SRCS clrun/clrun.c
|
|
clrun/dynamiclib.c
|
|
clrun/gencl.c
|
|
clrun/genclgl.c)
|
|
|
|
add_library(clrun STATIC ${SRCS})
|
|
target_link_libraries(clrun ${CMAKE_DL_LIBS})
|