A couple of changes to the cmake build system.
[dolphin.git] / Externals / CLRun / CMakeLists.txt
blob7228fb86d2165a802258ed3adee3ceda42af3fd6
1 set(SRCS        clrun/clrun.c
2                         clrun/dynamiclib.c
3                         clrun/gencl.c
4                         clrun/genclgl.c)
6 add_library(clrun STATIC ${SRCS})
7 if(UNIX)
8         add_definitions(-fPIC)
9 endif(UNIX)