mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-04-24 23:36:58 -05:00
7 lines
202 B
CMake
7 lines
202 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
project("PowerRecomp")
|
|
|
|
add_executable(PowerRecomp "main.cpp")
|
|
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse tomlplusplus::tomlplusplus xxHash::xxhash)
|