Răsfoiți Sursa

Merge pull request #1185 from seanpaultaylor/next

Fixed gameplay-encoder CMake script on Linux
Sean Taylor 12 ani în urmă
părinte
comite
7e320d19bb
2 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 1 0
      CMakeLists.txt
  2. 2 0
      tools/encoder/CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -27,4 +27,5 @@ add_subdirectory(samples)
 # gameplay encoder
 # A pre-compiled executable can be found in 'gameplay/bin'
 # Uncomment out this line if you want to build the encoder instead of using the pre-compiled gameplay-encoder.
+
 #add_subdirectory(tools/encoder)

+ 2 - 0
tools/encoder/CMakeLists.txt

@@ -49,6 +49,8 @@ set(APP_SRC
     src/Curve.cpp
     src/Curve.h
     src/Curve.inl
+    src/edtaa3func.c
+    src/edtaa3func.h
     src/Effect.cpp
     src/Effect.h
     src/EncoderArguments.cpp