Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 4f37224

Browse files
committed
Add profiler libs setting to top level CMakeLists
1 parent d4bf3ef commit 4f37224

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ include_directories(${Boost_INCLUDE_DIR})
173173
find_package(TBB REQUIRED)
174174
add_definitions("-DTBB_PREVIEW_TASK_GROUP_EXTENSIONS=1")
175175

176+
# Profiler
177+
set(PROFILER_LIBS "")
178+
176179
# Cost Model
177180
option(ENABLE_DWARF_BENCH "Enable Dwarf Bench" OFF)
178181
if(ENABLE_DWARF_BENCH)

0 commit comments

Comments
 (0)