Files
qt-creator/dist/CMakeLists.txt

12 lines
230 B
CMake
Raw Normal View History

# copy resource directories during build
qtc_copy_to_builddir(copy_changelog_to_builddir
DIRECTORIES changelog
DESTINATION "${IDE_DATA_PATH}"
CREATE_SUBDIRS
)
install(
DIRECTORY changelog
DESTINATION ${IDE_DATA_PATH}
)