mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
6 lines
153 B
CMake
Executable File
6 lines
153 B
CMake
Executable File
cmake_minimum_required(VERSION 3.4.1)
|
|
aux_source_directory(. plist_src)
|
|
set(DIR_SRCS ${plist_src})
|
|
add_library( plist
|
|
STATIC
|
|
${DIR_SRCS}) |