2023-03-05 01:36:53 +03:00
|
|
|
set(SOURCE_FILES
|
2023-03-10 21:43:31 +03:00
|
|
|
manager.cpp
|
2023-03-05 01:36:53 +03:00
|
|
|
job.cpp
|
|
|
|
cardinternal.cpp
|
|
|
|
infoforuser.cpp
|
|
|
|
owncardinternal.cpp
|
|
|
|
owninfoforuser.cpp
|
2023-03-07 21:45:01 +03:00
|
|
|
contact.cpp
|
|
|
|
info.cpp
|
2023-03-05 01:36:53 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
set(HEADER_FILES
|
2023-03-10 21:43:31 +03:00
|
|
|
manager.h
|
2023-03-05 01:36:53 +03:00
|
|
|
job.h
|
|
|
|
cardinternal.h
|
|
|
|
infoforuser.h
|
|
|
|
owncardinternal.h
|
|
|
|
owninfoforuser.h
|
2023-03-07 21:45:01 +03:00
|
|
|
contact.h
|
|
|
|
info.h
|
2023-03-05 01:36:53 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
target_sources(squawk PRIVATE
|
|
|
|
${SOURCE_FILES}
|
|
|
|
${HEADER_FILES}
|
|
|
|
)
|