UNPKG
bare-path
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.6
Path manipulation library for JavaScript
github.com/holepunchto/bare-path
holepunchto/bare-path
bare-path
/
CMakeLists.txt
14 lines
(9 loc)
•
209 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cmake_minimum_required
(VERSION
4.0
)
find_package
(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
project
(bare_path C)
add_bare_module
(bare_path)
target_sources
( ${bare_path} PRIVATE binding.c )