diff --git a/UnleashedRecompLib/CMakeLists.txt b/UnleashedRecompLib/CMakeLists.txt index 89aebaa..18413f6 100644 --- a/UnleashedRecompLib/CMakeLists.txt +++ b/UnleashedRecompLib/CMakeLists.txt @@ -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}) diff --git a/UnleashedRecompLib/main.cpp b/UnleashedRecompLib/main.cpp new file mode 100644 index 0000000..e69de29