mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 03:31:33 +00:00
12 lines
208 B
CMake
12 lines
208 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
|
|
# Installation
|
|
#
|
|
wintc_configure_and_install_packaging()
|
|
|
|
install(
|
|
FILES res/splshbsd.bmp
|
|
DESTINATION ${WINTC_ASSETS_INSTALL_DIR}/splash
|
|
RENAME bootvid.bmp
|
|
)
|