Implement Util::System to keep system utility functions like streams
This commit is contained in:
5
cmake/lib/util/CMakeLists.txt
Normal file
5
cmake/lib/util/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
target_sources(lib PUBLIC
|
||||
${CHURLOS_SRC_DIR}/lib/util/System.cpp
|
||||
)
|
Reference in New Issue
Block a user