mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-12-06 04:41:44 +00:00
Downgrade projects to C++17.
This commit is contained in:
@@ -5,7 +5,9 @@ project("PowerAnalyse")
|
||||
add_executable(PowerAnalyse "main.cpp" "function.h" "function.cpp")
|
||||
add_library(LibPowerAnalyse "function.h" "function.cpp")
|
||||
|
||||
find_package(fmt CONFIG REQUIRED)
|
||||
|
||||
target_include_directories(LibPowerAnalyse PUBLIC .)
|
||||
target_link_libraries(LibPowerAnalyse PUBLIC PowerUtils)
|
||||
|
||||
target_link_libraries(PowerAnalyse PRIVATE PowerUtils)
|
||||
target_link_libraries(PowerAnalyse PRIVATE PowerUtils fmt::fmt)
|
||||
|
||||
Reference in New Issue
Block a user