Skip to content

Commit

Permalink
new DW builds but fails at assert
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Dec 9, 2011
1 parent 9b72c0d commit f473415
Show file tree
Hide file tree
Showing 3 changed files with 809 additions and 734 deletions.
4 changes: 2 additions & 2 deletions examples/ctrl/CMakeLists.txt
@@ -1,6 +1,5 @@


SET( PLUGINS SET( PLUGINS
dw
fasr fasr
fasr_lost fasr_lost
sink sink
Expand All @@ -25,12 +24,13 @@ foreach( PLUGIN ${PLUGINS} )
ADD_LIBRARY( ${PLUGIN} MODULE ${PLUGIN}.cc ) ADD_LIBRARY( ${PLUGIN} MODULE ${PLUGIN}.cc )
endforeach( PLUGIN ) endforeach( PLUGIN )


ADD_LIBRARY( dw MODULE dw.cc )
ADD_LIBRARY( fasr2 MODULE fasr2.cc astar/findpath.cpp ) ADD_LIBRARY( fasr2 MODULE fasr2.cc astar/findpath.cpp )
# ADD_LIBRARY( fasr3 MODULE fasr3.cc astar/findpath.cpp ) # ADD_LIBRARY( fasr3 MODULE fasr3.cc astar/findpath.cpp )
#ADD_LIBRARY( energy MODULE energy.cc astar/findpath.cpp ) #ADD_LIBRARY( energy MODULE energy.cc astar/findpath.cpp )


# add extras to the list of plugins # add extras to the list of plugins
SET( PLUGINS ${PLUGINS} fasr2 ) SET( PLUGINS ${PLUGINS} fasr2 dw )
#SET( PLUGINS ${PLUGINS} energy) #SET( PLUGINS ${PLUGINS} energy)


set_source_files_properties( ${PLUGINS} PROPERTIES COMPILE_FLAGS "${FLTK_CFLAGS}" ) set_source_files_properties( ${PLUGINS} PROPERTIES COMPILE_FLAGS "${FLTK_CFLAGS}" )
Expand Down

0 comments on commit f473415

Please sign in to comment.