Added package object
This commit is contained in:
parent
c0fb378f2e
commit
ac1ac444aa
8 changed files with 117 additions and 17 deletions
|
@ -2,21 +2,6 @@ cmake_minimum_required(VERSION 3.10)
|
|||
|
||||
project(AnkiParser)
|
||||
|
||||
file(GLOB_RECURSE target_src
|
||||
"src/*.cpp"
|
||||
)
|
||||
|
||||
file(GLOB_RECURSE target_inc
|
||||
"include/*.hpp"
|
||||
)
|
||||
|
||||
add_subdirectory(vendor/libzip)
|
||||
|
||||
add_library(ankiparser
|
||||
${target_inc}
|
||||
${target_src}
|
||||
)
|
||||
|
||||
target_include_directories(ankiparser PRIVATE
|
||||
${target_inc}
|
||||
)
|
||||
add_subdirectory(ankiparser)
|
||||
add_subdirectory(examples)
|
Loading…
Add table
Add a link
Reference in a new issue