You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-121567 #rb none #fyi Martins.Mozeiko #preflight none [CL 19942384 by Brandon Schaefer in ue5-main branch]
10 lines
189 B
CMake
10 lines
189 B
CMake
cmake_minimum_required(VERSION 3.00)
|
|
PROJECT(SYMLIBS)
|
|
|
|
set(SRC_FILES
|
|
syms/symslib.c
|
|
)
|
|
|
|
add_library(syms STATIC ${SRC_FILES})
|
|
target_include_directories(syms PUBLIC ${CMAKE_SOURCE_DIR})
|