Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions proxygen/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_custom_command(
${CMAKE_CURRENT_SOURCE_DIR}/stats/gen_StatsWrapper.sh
${PROXYGEN_FBCODE_ROOT}
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/stats/gen_StatsWrapper.sh
${CMAKE_CURRENT_SOURCE_DIR}/stats/BaseStats.h
COMMENT "Generating StatsWrapper.h"
)
Expand All @@ -52,6 +53,10 @@ add_custom_command(
--header_path=proxygen/lib/utils
--install_dir=${PROXYGEN_GENERATED_ROOT}/proxygen/lib/utils
--fbcode_dir=${PROXYGEN_FBCODE_ROOT}
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/utils/gen_trace_event_constants.py
${CMAKE_CURRENT_SOURCE_DIR}/utils/samples/TraceEventType.txt
${CMAKE_CURRENT_SOURCE_DIR}/utils/samples/TraceFieldType.txt
WORKING_DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/utils/
COMMENT "Generating TraceEventType and TraceFieldType"
Expand Down
Loading