Browse Source

Don't compile the tools by default

Nick Landry 11 years ago
parent
commit
537a56e937
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -26,5 +26,5 @@ add_subdirectory(samples)
 
 # gameplay encoder
 # 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)