mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-03-10 02:04:16 -05:00
Add an empty .cpp file to make CMake generation pass.
This commit is contained in:
@@ -6,7 +6,7 @@ add_compile_options(
|
||||
"-fno-strict-aliasing")
|
||||
|
||||
file(GLOB SWA_RECOMPILED_SOURCES "ppc/*.cpp")
|
||||
add_library(UnleashedRecompLib ${SWA_RECOMPILED_SOURCES})
|
||||
add_library(UnleashedRecompLib "main.cpp" ${SWA_RECOMPILED_SOURCES})
|
||||
|
||||
target_include_directories(UnleashedRecompLib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
|
||||
0
UnleashedRecompLib/main.cpp
Normal file
0
UnleashedRecompLib/main.cpp
Normal file
Reference in New Issue
Block a user