2024-09-07 18:00:09 +06:00
|
|
|
cmake_minimum_required (VERSION 3.8)
|
|
|
|
|
|
|
|
project("PowerRecomp")
|
|
|
|
|
2024-09-09 23:23:04 +06:00
|
|
|
add_executable(PowerRecomp "main.cpp")
|
2024-09-18 11:37:50 +03:00
|
|
|
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse tomlplusplus::tomlplusplus)
|