mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
11 lines
131 B
CMake
11 lines
131 B
CMake
set(SRCS
|
|
profiler.cpp
|
|
)
|
|
|
|
# LGUIFileList.cpp
|
|
|
|
add_library(profiler STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|