Skip to content

Commit

Permalink
Add a EASY_PROFILER_NO_GUI option
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Feb 14, 2018
1 parent 647eced commit 963ecfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ endmacro()
SET(CMAKE_INSTALL_RPATH "$ORIGIN")

add_subdirectory(easy_profiler_core)
add_subdirectory(profiler_gui)
if (NOT EASY_PROFILER_NO_GUI)
add_subdirectory(profiler_gui)
endif()
add_subdirectory(easy_profiler_converter)

if (NOT EASY_PROFILER_NO_SAMPLES)
Expand Down

0 comments on commit 963ecfc

Please sign in to comment.