6 lines
121 B
CMake
6 lines
121 B
CMake
cmake_minimum_required(VERSION 3.14)
|
|
|
|
target_sources(lib PUBLIC
|
|
${CHURLOS_SRC_DIR}/lib/util/System.cpp
|
|
)
|