You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							901 B
						
					
					
				
			
		
		
	
	
							901 B
						
					
					
				CMake.js
CMake.js is a build tool that allow native addon developer to compile their C++ code into executable form. It works like node-gyp but instead of Google's gyp format it is base on CMake build system.
CMake reference
- Installation
 - How to use
 - Using N-API and node-addon-api
 - Tutorials
 - Use case in the works - ArrayFire.js
 
Sometimes finding the right settings is not easy so to accomplish at most complicated task please refer to: