XenonRecomp/PowerAnalyse/CMakeLists.txt

6 lines
160 B
CMake
Raw Normal View History

2024-09-07 18:00:09 +06:00
# cmake_minimum_required (VERSION 3.16)
project("PowerAnalyse")
add_executable(PowerAnalyse "main.cpp")
target_link_libraries(PowerAnalyse PRIVATE PowerUtils)