Kaynağa Gözat

Fixed gameplay-encoder CMake script on Linux

seanpaultaylor 12 yıl önce
ebeveyn
işleme
4a91ce3023
2 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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
 # gameplay encoder
 # A pre-compiled executable can be found in 'gameplay/bin'
 # 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.
 # Uncomment out this line if you want to build the encoder instead of using the pre-compiled gameplay-encoder.
+
 #add_subdirectory(tools/encoder)
 #add_subdirectory(tools/encoder)

+ 2 - 0
tools/encoder/CMakeLists.txt

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