mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-09-13 23:06:45 +00:00
Initial Commit
This commit is contained in:
6
PowerAnalyse/CMakeLists.txt
Normal file
6
PowerAnalyse/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# cmake_minimum_required (VERSION 3.16)
|
||||
|
||||
project("PowerAnalyse")
|
||||
|
||||
add_executable(PowerAnalyse "main.cpp")
|
||||
target_link_libraries(PowerAnalyse PRIVATE PowerUtils)
|
Reference in New Issue
Block a user