virtualbuildenvļ
This is the reference page for virtualbuildenv generator.
Go to Mastering/Virtual Environments if you want to learn how to use conan virtual environments.
Created filesļ
- activate_build.{sh|bat} 
- deactivate_build.{sh|bat} 
Usageļ
Linux/OSX:
> source activate_build.sh
Windows:
> activate_build.bat
Variables declaredļ
| ENVIRONMENT VAR | DESCRIPTION | 
|---|---|
| LIBS | Library names to link | 
| LDFLAGS | Link flags, (-L, -m64, -m32) | 
| CFLAGS | Options for the C compiler (-g, -s, -m64, -m32, -fPIC) | 
| CXXFLAGS | Options for the C++ compiler (-g, -s, -stdlib, -m64, -m32, -fPIC) | 
| CPPFLAGS | Preprocessor definitions (-D, -I) | 
| LIB | Library paths separated with ā;ā (Visual Studio) | 
| CL | ā/Iā flags with include directories (Visual Studio) |