2023-03-04 22:36:53 +00:00
|
|
|
set(SOURCE_FILES
|
|
|
|
delaymanager.cpp
|
|
|
|
job.cpp
|
|
|
|
cardinternal.cpp
|
|
|
|
infoforuser.cpp
|
|
|
|
owncardinternal.cpp
|
|
|
|
owninfoforuser.cpp
|
2023-03-07 18:45:01 +00:00
|
|
|
contact.cpp
|
|
|
|
info.cpp
|
2023-03-04 22:36:53 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
set(HEADER_FILES
|
|
|
|
delaymanager.h
|
|
|
|
job.h
|
|
|
|
cardinternal.h
|
|
|
|
infoforuser.h
|
|
|
|
owncardinternal.h
|
|
|
|
owninfoforuser.h
|
2023-03-07 18:45:01 +00:00
|
|
|
contact.h
|
|
|
|
info.h
|
2023-03-04 22:36:53 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
target_sources(squawk PRIVATE
|
|
|
|
${SOURCE_FILES}
|
|
|
|
${HEADER_FILES}
|
|
|
|
)
|