mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-15 10:45:48 +00:00
7 lines
187 B
CMake
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)
|