feat/add_readme #8

Merged
tqcq merged 2 commits from feat/add_readme into master 2024-08-14 21:19:44 +08:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 76595be62a - Show all commits

View File

@ -24,9 +24,6 @@ option(TILE_WITH_OPENSSL "Build with openssl" OFF)
option(TILE_BUILD_SHARED "Build shared library" ON)
option(TILE_BUILD_STATIC "Build static library" ON)
# set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "time")
# set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK "time")
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
set(TILE_BUILD_TESTS ON)
set(TILE_BUILD_BENCHMARKS ON)

View File

@ -9,6 +9,7 @@
#include "tile/base/casting.h"
#include "tile/base/chrono.h"
#include "tile/base/compression.h"
#include "tile/base/config/ini_file_config.h"
#include "tile/base/data.h"
#include "tile/base/deferred.h"
#include "tile/base/demangle.h"