|
@@ -0,0 +1,11 @@
|
|
|
+project(dmmlib-examples C)
|
|
|
+
|
|
|
+include_directories(
|
|
|
+ ${DMMLIB_PUBLIC_INCLUDE_DIRS}
|
|
|
+)
|
|
|
+
|
|
|
+add_executable(test test.c)
|
|
|
+target_link_libraries(test ${DMMLIB_SHARED_LIBRARY})
|
|
|
+
|
|
|
+add_executable(larson larson.c)
|
|
|
+target_link_libraries(larson ${DMMLIB_SHARED_LIBRARY})
|