|
From: <rus...@us...> - 2010-04-04 07:43:55
|
Revision: 491
http://gearbox.svn.sourceforge.net/gearbox/?rev=491&view=rev
Author: russo2503v
Date: 2010-04-04 07:43:48 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
comments only
Modified Paths:
--------------
gearbox/trunk/cmake/gearbox-use-file.cmake
Modified: gearbox/trunk/cmake/gearbox-use-file.cmake
===================================================================
--- gearbox/trunk/cmake/gearbox-use-file.cmake 2010-03-21 05:24:44 UTC (rev 490)
+++ gearbox/trunk/cmake/gearbox-use-file.cmake 2010-04-04 07:43:48 UTC (rev 491)
@@ -1,9 +1,12 @@
# This script is indended for Gearbox users (not for internal use)
-# Assumes that a variable GEARBOX_INCLUDE_DIR is defined.
+# Assumes that the following variables are already defined
+# (typically by first loading gearbox-config.cmake)
+# - GEARBOX_INCLUDE_DIR
+# - GEARBOX_LINK_DIR
include_directories( ${GEARBOX_INCLUDE_DIR} )
-# Variable GEARBOX_LINK_DIR only needs to be defined if you're using a gearbox
+# Variable GEARBOX_LINK_DIR only needs to be defined if you're using a gearbox
# installation (as opposed to a local gearbox repository)
link_directories( ${GEARBOX_LINK_DIR} )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|