mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
7 lines
190 B
CMake
7 lines
190 B
CMake
# cmake_minimum_required (VERSION 3.16)
|
|
|
|
project("PowerAnalyse")
|
|
|
|
add_executable(PowerAnalyse "main.cpp" "function.h" "function.cpp")
|
|
target_link_libraries(PowerAnalyse PRIVATE PowerUtils)
|