mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Add an empty .cpp file to make CMake generation pass.
This commit is contained in:
parent
5e61febab1
commit
982d619ba1
2 changed files with 1 additions and 1 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue