add focusControl with utility functions for
focus control
This commit is contained in:
parent
11d20974f0
commit
2266702a0b
3 changed files with 163 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ set(HEADERS ${HEADERS}
|
|||
${CMAKE_CURRENT_LIST_DIR}/core/serialization/transfer.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/core/enums/apiEnums.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/../common/logger/logger.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/utils/focusControl.h
|
||||
)
|
||||
|
||||
# Mozilla headres
|
||||
|
|
@ -197,6 +198,7 @@ set(SOURCES ${SOURCES}
|
|||
${CMAKE_CURRENT_LIST_DIR}/core/serialization/vmess.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/core/serialization/vmess_new.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/../common/logger/logger.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/utils/focusControl.cpp
|
||||
)
|
||||
|
||||
# Mozilla sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue