mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-12-06 04:41:44 +00:00
Function branch analysis
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
project("PowerAnalyse")
|
||||
|
||||
add_executable(PowerAnalyse "main.cpp")
|
||||
target_link_libraries(PowerAnalyse PRIVATE PowerUtils)
|
||||
add_executable(PowerAnalyse "main.cpp" "function.h" "function.cpp")
|
||||
target_link_libraries(PowerAnalyse PRIVATE PowerUtils)
|
||||
|
||||
Reference in New Issue
Block a user