You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
236 B
CMake
9 lines
236 B
CMake
4 years ago
|
set(lattedock-app_SRCS
|
||
|
${lattedock-app_SRCS}
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/appletsmodel.cpp
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/exporttemplatedialog.cpp
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/exporttemplatehandler.cpp
|
||
|
PARENT_SCOPE
|
||
|
)
|
||
|
|