0.1.0 • Published 4 years ago

npm-cmake v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Link CMake NPM


Link CMake projects installed from NPM packages

include(npm.cmake)

Package name convention

  • Scoped NPM package name @scope/package-name transforms to CMake target scope::package-name
  • Packages without scope is not transform

How to add CMake dependencies via NPM

  • Add npm-cmake to your package.json in dependency section (not devDependencies because we want to resolve dependencies after install automatically)
  • Add include(npm.cmake) to the beginning of your CMakeLists.txt
  • Run npx npm-cmake to generate resolved npm.cmake

NOTE: Better package and command naming is npm-cmake?

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago