dolphin/Externals/CLRun/CMakeLists.txt
2011-02-02 18:21:20 +00:00

7 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})