added demo target
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
add_executable(demo main.cpp)
|
||||
target_link_libraries(demo PRIVATE
|
||||
matador
|
||||
${CMAKE_DL_LIBS}
|
||||
${SQLite3_LIBRARIES}
|
||||
)
|
||||
Reference in New Issue
Block a user