ppsspp/ext/native/profiler/CMakeLists.txt
2015-09-06 12:24:17 -07:00

12 lines
131 B
CMake

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