mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-09-13 14:56:39 +00:00
Rebrand to XenonRecomp.
This commit is contained in:
10
XenonUtils/CMakeLists.txt
Normal file
10
XenonUtils/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
project("XenonUtils")
|
||||
|
||||
add_library(XenonUtils
|
||||
"disasm.cpp"
|
||||
"xex.cpp"
|
||||
"image.cpp"
|
||||
"xdbf_wrapper.cpp")
|
||||
|
||||
target_include_directories(XenonUtils PUBLIC .)
|
||||
target_link_libraries(XenonUtils PUBLIC disasm)
|
Reference in New Issue
Block a user