Configuring Your Build System

Before instrumenting your application, you need to configure your build system to be able to reach the API headers and libraries.

Let’s assume that <INSTALL_DIR> is the Intel® GPA installation directory.  

  • Add <INSTALL_DIR>sdkinclude to your INCLUDE path
  • Add <INSTALL_DIR>sdklibsx86 to your 32-bit LIBRARIES path
  • Add <INSTALL_DIR>sdklibsx64 to your 64-bit LIBRARIES path

See Also

Including the Intel® ITT API Header in Your Application
Linking the Intel® GPA SDK Static Library to Your Application

Configuring Your Build System