update some annotations
This commit is contained in:
parent
6175ce9a83
commit
62538d512d
|
|
@ -5,6 +5,7 @@
|
|||
/build
|
||||
build.sh
|
||||
run.sh
|
||||
test.sh
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
|
||||
# set(CMAKE_BUILD_TYPE Debug)
|
||||
# set(CMAKE_BUILD_TYPE Release)
|
||||
add_definitions(-DSHOW_PERF=1)
|
||||
# add_definitions(-DSHOW_PERF=1)
|
||||
add_subdirectory(src)
|
||||
|
|
@ -0,0 +1 @@
|
|||
## third-party codes are placed here
|
||||
Loading…
Reference in New Issue