diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-30 21:04:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 21:04:44 -0400 |
| commit | 287c79891882df5a0797cd9d39c0dcb97af9f007 (patch) | |
| tree | 14dc7fc412a802663f79fe5a65bb2a72d62af59c | |
| parent | c2a891be8ba1d33e09ee39eb4bf1c95e3b753e0e (diff) | |
Added F3DEX_GBI_2 Since OTRExporter only supports that gbi (#21) (#27)
Co-authored-by: Lywx <kiritodev01@gmail.com>
| -rw-r--r-- | OTRExporter/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OTRExporter/CMakeLists.txt b/OTRExporter/CMakeLists.txt index 72cc734..901733a 100644 --- a/OTRExporter/CMakeLists.txt +++ b/OTRExporter/CMakeLists.txt @@ -255,6 +255,9 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU|Clang|AppleClang") $<$<COMPILE_LANGUAGE:CXX>:-Wno-deprecated-enum-enum-conversion>
)
endif()
+
+target_compile_definitions(${PROJECT_NAME} PUBLIC -DF3DEX_GBI_2)
+
################################################################################
# Dependencies
################################################################################
@@ -264,4 +267,3 @@ add_dependencies(${PROJECT_NAME} # Link with other targets.
target_link_libraries(${PROJECT_NAME} PUBLIC "${ADDITIONAL_LIBRARY_DEPENDENCIES}")
-
|
