mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
11 lines
290 B
CMake
11 lines
290 B
CMake
add_library(OSHLE OBJECT
|
|
OS.cpp
|
|
patch.cpp
|
|
)
|
|
|
|
if(DAEDALUS_PROFILE_OSHLE)
|
|
target_compile_options(OSHLE PRIVATE -pg)
|
|
endif(DAEDALUS_PROFILE_OSHLE)
|
|
|
|
list(APPEND daed_libs "OSHLE")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|