From 2bf806b21aa0c85e055f322c8e1c53d5053cd61c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Aug 2020 23:49:58 +0100 Subject: 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 --- fun/dt/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 fun/dt/CMakeLists.txt (limited to 'fun/dt/CMakeLists.txt') diff --git a/fun/dt/CMakeLists.txt b/fun/dt/CMakeLists.txt deleted file mode 100644 index 85b659fea862..000000000000 --- a/fun/dt/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -# -*- 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) -- cgit 1.4.1