ppsspp/profiler/CMakeLists.txt
2012-03-24 23:39:19 +01:00

12 lines
131 B
CMake

set(SRCS
profiler.cpp
)
# LGUIFileList.cpp
add_library(profiler STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)