|
From: <rus...@us...> - 2009-05-01 21:42:23
|
Revision: 399
http://gearbox.svn.sourceforge.net/gearbox/?rev=399&view=rev
Author: russo2503v
Date: 2009-05-01 21:42:20 +0000 (Fri, 01 May 2009)
Log Message:
-----------
added missing files 3
Added Paths:
-----------
gearbox/trunk/cmake/gearbox-use-file.cmake
Added: gearbox/trunk/cmake/gearbox-use-file.cmake
===================================================================
--- gearbox/trunk/cmake/gearbox-use-file.cmake (rev 0)
+++ gearbox/trunk/cmake/gearbox-use-file.cmake 2009-05-01 21:42:20 UTC (rev 399)
@@ -0,0 +1,10 @@
+# This script is indended for Gearbox users (not for internal use)
+# Assumes that a variable GEARBOX_INCLUDE_DIR is defined.
+
+include_directories( ${GEARBOX_INCLUDE_DIR} )
+
+# 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} )
+
+# Not linking to specific libraries, it's up to the user which ones to link to.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|