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)
|