2023-03-04 22:36:53 +00:00
|
|
|
set(SOURCE_FILES
|
2023-03-10 18:43:31 +00:00
|
|
|
manager.cpp
|
2023-03-04 22:36:53 +00:00
|
|
|
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
|
2023-03-10 18:43:31 +00:00
|
|
|
manager.h
|
2023-03-04 22:36:53 +00:00
|
|
|
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}
|
|
|
|
)
|