Skip to content
Snippets Groups Projects

Resolve "Implementation of Falko lib"

Merged Sergi Pujol Badell requested to merge 26-implementation-of-falko-lib into master
5 files
+ 140
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,4 +2,8 @@ INCLUDE_DIRECTORIES(../src)
# polylines demo
ADD_EXECUTABLE(demo_polylines polyline_demo.cpp)
TARGET_LINK_LIBRARIES(demo_polylines ${PROJECT_NAME})
\ No newline at end of file
TARGET_LINK_LIBRARIES(demo_polylines ${PROJECT_NAME})
# falkocorners demo
ADD_EXECUTABLE(demo_corner_falko corner_falko_demo.cpp)
TARGET_LINK_LIBRARIES(demo_corner_falko ${PROJECT_NAME})
\ No newline at end of file
Loading