mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
11 lines
346 B
CMake
11 lines
346 B
CMake
add_library(Utility_Win OBJECT
|
|
CondW32.cpp
|
|
DISASM86.cpp
|
|
IOW32.cpp
|
|
ThreadW32.cpp
|
|
TimingW32.cpp
|
|
)
|
|
|
|
list(APPEND daed_libs Utility_Win)
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|
|
|