...
This commit is contained in:
parent
0c72b31953
commit
8f3dda3520
1 changed files with 8 additions and 5 deletions
|
@ -3,13 +3,16 @@
|
|||
find_package(Boost 1.62 REQUIRED)
|
||||
find_package(SQLite3 REQUIRED)
|
||||
|
||||
set(CORE_HEADERS
|
||||
entity.h
|
||||
database.h
|
||||
)
|
||||
#set(CORE_HEADERS
|
||||
# entity.h
|
||||
# database.h
|
||||
#)
|
||||
|
||||
set(CORE_SOURCES
|
||||
entity.cpp
|
||||
database.cpp
|
||||
entity.cpp
|
||||
seller.cpp
|
||||
article.cpp
|
||||
)
|
||||
|
||||
add_library(core STATIC ${CORE_SOURCES})
|
||||
|
|
Loading…
Reference in a new issue