Revision: 7423
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7423&view=rev
Author:   gerkey
Date:     2009-03-10 03:16:00 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
more rearranging

Modified Paths:
--------------
    code/websim/CMakeLists.txt
    code/websim/src/websim.cc

Modified: code/websim/CMakeLists.txt
===================================================================
--- code/websim/CMakeLists.txt  2009-03-10 03:15:15 UTC (rev 7422)
+++ code/websim/CMakeLists.txt  2009-03-10 03:16:00 UTC (rev 7423)
@@ -2,7 +2,7 @@
 
 cmake_minimum_required( VERSION 2.4 FATAL_ERROR )
 
-include_directories(${PROJECT_SOURCE_DIR})
+include_directories(include)
 add_library(websim SHARED src/websim.cc)
 add_library(websim-static STATIC src/websim.cc)
 # Set output name to be the same as shared lib (may not work on Windows)

Modified: code/websim/src/websim.cc
===================================================================
--- code/websim/src/websim.cc   2009-03-10 03:15:15 UTC (rev 7422)
+++ code/websim/src/websim.cc   2009-03-10 03:16:00 UTC (rev 7423)
@@ -25,7 +25,7 @@
  * SVN: $Id: gazebo.h 7398 2009-03-09 07:21:49Z natepak $
  */
 
-#include "websim.h"
+#include "websim/websim.h"
 
 #include <boost/lexical_cast.hpp>
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to