XenonRecomp/PowerRecomp/CMakeLists.txt
2024-09-18 11:37:50 +03:00

7 lines
187 B
CMake

cmake_minimum_required (VERSION 3.8)
project("PowerRecomp")
add_executable(PowerRecomp "main.cpp")
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse tomlplusplus::tomlplusplus)