mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
19 lines
585 B
CMake
19 lines
585 B
CMake
add_library(Utility OBJECT
|
|
CRC.cpp
|
|
FastMemcpy.cpp
|
|
Hash.cpp
|
|
IniFile.cpp
|
|
MemoryHeap.cpp
|
|
Profiler.cpp
|
|
Stream.cpp
|
|
StringUtil.cpp
|
|
Timer.cpp
|
|
)
|
|
|
|
|
|
# Utility/FastMemcpy_test.cpp Utility/MemoryPool.cpp These are testing
|
|
|
|
|
|
|
|
list(APPEND daed_libs "Utility")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|