Files
modorganizer-preview_dds/CMakeLists.txt
T

6 lines
96 B
CMake
Raw Normal View History

2020-04-26 00:03:06 -04:00
cmake_minimum_required(VERSION 3.16)
2021-12-09 19:39:51 -06:00
project(DDSPreview LANGUAGES NONE)
2025-05-29 11:02:14 +02:00
2020-04-26 00:03:06 -04:00
add_subdirectory(src)