mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 15:17:48 +01:00
10 lines
202 B
CMake
10 lines
202 B
CMake
target_sources(cardboy_apps
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/clock_app.cpp
|
|
)
|
|
|
|
target_include_directories(cardboy_apps
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}/include
|
|
)
|