mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
5 lines
147 B
CMake
5 lines
147 B
CMake
# set project name
|
|
set (SUBPROJECT pytextmonitor)
|
|
|
|
file (GLOB SUBPROJECT_MD *.md)
|
|
install (FILES ${SUBPROJECT_MD} DESTINATION share/${SUBPROJECT}/) |