chore(tazjin/dt): Move project into user folder
... missed this when going multi-user. Change-Id: If2c9f24555f82e944e3cebb45b2a13801cc1f35e Reviewed-on: https://cl.tvl.fyi/c/depot/+/1844 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
This commit is contained in:
parent
bc5d4672aa
commit
2bf806b21a
4 changed files with 2 additions and 1 deletions
16
users/tazjin/dt/CMakeLists.txt
Normal file
16
users/tazjin/dt/CMakeLists.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- mode: cmake; -*-
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(dt)
|
||||
add_executable(dt dt.cc)
|
||||
find_package(absl REQUIRED)
|
||||
|
||||
target_link_libraries(dt
|
||||
absl::flags
|
||||
absl::flags_parse
|
||||
absl::hash
|
||||
absl::time
|
||||
absl::strings
|
||||
farmhash
|
||||
)
|
||||
|
||||
install(TARGETS dt DESTINATION bin)
|
Loading…
Add table
Add a link
Reference in a new issue