mirror of
https://github.com/ModOrganizer2/modorganizer-preview_dds.git
synced 2026-07-27 14:06:05 -07:00
12 lines
257 B
CMake
12 lines
257 B
CMake
# Version chosen arbitrarily
|
|
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
|
|
|
|
PROJECT(preview_dds LANGUAGES NONE)
|
|
|
|
# Value passed from modorganizer-umbrella
|
|
SET(DEPENDENCIES_DIR CACHE PATH "")
|
|
|
|
LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake)
|
|
|
|
ADD_SUBDIRECTORY(src)
|