mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Rename src and move include directory
This commit is contained in:
parent
052b37744e
commit
256f5f6041
@ -25,7 +25,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY
|
||||
)
|
||||
|
||||
include_directories(
|
||||
include
|
||||
easy_profiler_core/include
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
@ -39,7 +39,7 @@ endif(UNIX)
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_LIST_DIR}/sdk)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(easy_profiler_core)
|
||||
add_subdirectory(profiler_gui)
|
||||
|
||||
add_subdirectory(sample)
|
||||
|
@ -15,21 +15,23 @@ set(H_FILES
|
||||
event_trace_win.h
|
||||
current_time.h
|
||||
)
|
||||
include_directories(
|
||||
include
|
||||
)
|
||||
|
||||
set(INCLUDE_FILES
|
||||
include/easy/profiler.h
|
||||
include/easy/reader.h
|
||||
include/easy/easy_net.h
|
||||
include/easy/easy_socket.h
|
||||
include/easy/easy_compiler_support.h
|
||||
include/easy/profiler_aux.h
|
||||
include/easy/profiler_colors.h
|
||||
include/easy/reader.h
|
||||
include/easy/serialized_block.h
|
||||
)
|
||||
source_group(include FILES ${INCLUDE_FILES})
|
||||
|
||||
if(DEFINED EASY_ROOT)
|
||||
set(INCLUDE_FILES
|
||||
${EASY_ROOT}/include/easy/profiler.h
|
||||
${EASY_ROOT}/include/easy/reader.h
|
||||
${EASY_ROOT}/include/easy/easy_net.h
|
||||
${EASY_ROOT}/include/easy/easy_socket.h
|
||||
${EASY_ROOT}/include/easy/easy_compiler_support.h
|
||||
${EASY_ROOT}/include/easy/profiler_aux.h
|
||||
${EASY_ROOT}/include/easy/profiler_colors.h
|
||||
${EASY_ROOT}/include/easy/reader.h
|
||||
${EASY_ROOT}/include/easy/serialized_block.h
|
||||
)
|
||||
source_group(include FILES ${INCLUDE_FILES})
|
||||
endif(DEFINED EASY_ROOT)
|
||||
|
||||
if(NOT DEFINED EASY_PRODUCT_VERSION_STRING)
|
||||
file (STRINGS ${CMAKE_CURRENT_LIST_DIR}/version.info EASY_PRODUCT_VERSION_STRING)
|
Loading…
x
Reference in New Issue
Block a user