Selaa lähdekoodia

Merge pull request #1660 from nlandry/upstream

Don't compile the tools by default
Nick Landry 11 vuotta sitten
vanhempi
sitoutus
494b5da01e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -26,5 +26,5 @@ add_subdirectory(samples)
 
 
 # gameplay encoder
 # gameplay encoder
 # A pre-compiled executable can be found in 'gameplay/bin'. Uncomment to build yourself.
 # A pre-compiled executable can be found in 'gameplay/bin'. Uncomment to build yourself.
-add_subdirectory(tools/encoder)
-add_subdirectory(tools/luagen)
+#add_subdirectory(tools/encoder)
+#add_subdirectory(tools/luagen)