mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-09-13 23:06:45 +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