mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
11 lines
208 B
CMake
11 lines
208 B
CMake
target_sources(cardboy_apps
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/lockscreen_app.cpp
|
|
)
|
|
|
|
target_include_directories(cardboy_apps
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}/include
|
|
)
|
|
|