mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Move C emit code to PowerRecomp
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
project("PowerRecomp")
|
||||
add_executable(PowerRecomp "main.cpp")
|
||||
|
||||
set_property(TARGET PowerRecomp PROPERTY CXX_STANDARD 20)
|
||||
add_executable(PowerRecomp "main.cpp")
|
||||
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse)
|
||||
|
Reference in New Issue
Block a user