Files
XenonRecomp/PowerAnalyse/CMakeLists.txt
2024-09-09 21:09:37 +06:00

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)