Migrate boost unit test to google test with cmake (ctest)
[anna.git] / SConstruct
index fbfad0e..399676e 100644 (file)
@@ -91,6 +91,10 @@ for source in sources:
 
 env.Default (libraries)
 
+# User environment variables
+env.Append (PROJECT_ROOT = current_directory)
+env.Append (VARIANT_DIR = variant_dir)
+
 #
 ## Run 'scons dynamic' to compile dynamic libraries
 #