mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
12 lines
131 B
CMake
12 lines
131 B
CMake
set(SRCS
|
|
profiler.cpp
|
|
)
|
|
|
|
# LGUIFileList.cpp
|
|
|
|
add_library(profiler STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|