Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Commit

Permalink
Add arangodb/linenoise-ng locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Reed committed Jan 14, 2018
1 parent 90771bf commit 4ef099c
Show file tree
Hide file tree
Showing 7 changed files with 4,630 additions and 0 deletions.
15 changes: 15 additions & 0 deletions linenoise-ng/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under both the Apache 2.0 license (found in the
# LICENSE file in the root directory of this source tree) and the GPLv2 (found
# in the COPYING file in the root directory of this source tree).
# You may select, at your option, one of the above-listed licenses.

add_definitions("-D_CRT_SECURE_NO_WARNINGS=1")

add_library(linenoise-ng OBJECT
ConvertUTF.cpp
wcwidth.cpp
linenoise.cpp
)
Loading

0 comments on commit 4ef099c

Please sign in to comment.