mirror of
https://github.com/ModOrganizer2/modorganizer-preview_dds.git
synced 2026-07-27 14:06:05 -07:00
6 lines
96 B
CMake
6 lines
96 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
project(DDSPreview LANGUAGES NONE)
|
|
|
|
add_subdirectory(src)
|