set(TARGET_NAME "forms") list(APPEND FILE_LIST about/frmAbout.cpp about/frmAbout.h actmgr/frmActivityMgr.cpp actmgr/frmActivityMgr.h calendareditor/frmCalendarEditor.cpp calendareditor/frmCalendarEditor.h calendarselectmonth/frmCalendarSelectMonth.cpp calendarselectmonth/frmCalendarSelectMonth.h editaccount/frmEditAccount.cpp editaccount/frmEditAccount.h eventeditor/frmEventEditor.cpp eventeditor/frmEventEditor.h main/frmMain.cpp main/frmMain.h main/frmMain-Window.cpp newaccount/frmNewAccount.cpp newaccount/frmNewAccount.h preferences/frmPreferences.cpp preferences/frmPreferences.h update/frmUpdate.cpp update/frmUpdate.h frmConflictResolution.cpp frmConflictResolution.h frmInvalidSSLCertificate.cpp frmInvalidSSLCertificate.h frmSSLCertificate.cpp frmSSLCertificate.h) add_library(${TARGET_NAME} ${FILE_LIST}) target_link_libraries(${TARGET_NAME} common)