Functions
grlUse.cmake File Reference
#include <guard>
#include <directories>
#import <build>
+ Include dependency graph for grlUse.cmake:

Go to the source code of this file.

Functions

USE_FILE_INCLUDED endif () if($
 
INCLUDE_DIRS include_directories (${${NS}INCLUDE_DIRS}) elseif($
 
LIBRARY_DIRS link_directories (${${NS}LIBRARY_DIRS}) elseif($
 
USE_FILE_INCLUDED return () else() set(__$
 
 set (NS "grl_") if($
 
CONFIG_PREFIX set (NS "${${NS}CONFIG_PREFIX}_") endif() if(__$
 

Function Documentation

§ endif()

USE_FILE_INCLUDED endif ( )

Definition at line 53 of file grlUse.cmake.

§ include_directories()

INCLUDE_DIR include_directories (   ${${NS}INCLUDE_DIRS})

Definition at line 61 of file grlUse.cmake.

§ link_directories()

LIBRARY_DIR link_directories (   ${${NS}LIBRARY_DIRS})

Definition at line 68 of file grlUse.cmake.

§ return()

USE_FILE_INCLUDED return ( )

Definition at line 50 of file grlUse.cmake.

§ set() [1/2]

set ( NS "grl_"  )

Definition at line 38 of file grlUse.cmake.

§ set() [2/2]

CONFIG_PREFIX set ( NS "${${NS}CONFIG_PREFIX}_"  )

Definition at line 42 of file grlUse.cmake.