mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 03:29:49 +03:00
Easyprofiler added
This commit is contained in:
16
3rdparty/easyprofiler/sample/CMakeLists.txt
vendored
Normal file
16
3rdparty/easyprofiler/sample/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
set(CPP_FILES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
${CPP_FILES}
|
||||
)
|
||||
|
||||
link_directories(${CMAKE_SOURCE_DIR}/../bin)
|
||||
|
||||
add_executable(profiler_sample ${SOURCES})
|
||||
target_link_libraries(profiler_sample easy_profiler)
|
||||
|
||||
add_executable(profiler_sample_disabled_profiler ${SOURCES})
|
||||
target_link_libraries(profiler_sample_disabled_profiler easy_profiler)
|
||||
target_compile_definitions(profiler_sample_disabled_profiler PRIVATE DISABLE_EASY_PROFILER)
|
Reference in New Issue
Block a user