UNPKG
bare-tty
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.4
3.2.3
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
Native TTY streams for JavaScript
github.com/holepunchto/bare-tty
holepunchto/bare-tty
bare-tty
/
CMakeLists.txt
14 lines
(9 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cmake_minimum_required
(VERSION
3.25
)
find_package
(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
project
(bare_tty C)
add_bare_module
(bare_tty)
target_sources
( ${bare_tty} PRIVATE binding.c )