Skip to content

0xPxt/Inhaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inhaler

CMake compilation commands

Configure and generate build files

cmake.exe --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -Spath-to-your-project-folder -Bpath-to-your-project-folder/build -G build-system e.g. cmake.exe --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -Spath-to-your-project-folder -Bpath-to-your-project-folder/build -G Ninja e.g. cmake.exe --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -Spath-to-your-project-folder -Bpath-to-your-project-folder/build -G "NMake Makefiles"

Build target

cmake.exe --build path-to-your-project-folder/build --target target e.g. cmake.exe --build path-to-your-project-folder/build --target all e.g. cmake.exe --build path-to-your-project-folder/build --target clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published