|  | @@ -56,11 +56,11 @@ option(gtest_build_samples "Build gtest's sample programs." OFF)
 | 
	
		
			
				|  |  |  option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ### TESTS
 | 
	
		
			
				|  |  | -add_executable(test-galaxy test-galaxy.cpp galaxy.cpp utils.cpp buysell.cpp)
 | 
	
		
			
				|  |  | +add_executable(test-galaxy test-galaxy.cpp galaxy.cpp config.cpp utils.cpp buysell.cpp)
 | 
	
		
			
				|  |  |  add_dependencies(test-galaxy gtest)
 | 
	
		
			
				|  |  |  target_link_libraries(test-galaxy gtest_main ${Boost_LIBRARIES} yaml-cpp)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -add_executable(test-director test-director.cpp galaxy.cpp utils.cpp buysell.cpp director.cpp dispatchers.cpp boxes.cpp scripts.cpp)
 | 
	
		
			
				|  |  | +add_executable(test-director test-director.cpp galaxy.cpp utils.cpp buysell.cpp director.cpp dispatchers.cpp boxes.cpp scripts.cpp config.cpp)
 | 
	
		
			
				|  |  |  add_dependencies(test-director gtest)
 | 
	
		
			
				|  |  |  target_link_libraries(test-director gtest_main ${Boost_LIBRARIES} yaml-cpp)
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -71,7 +71,7 @@ add_test(NAME test-director
 | 
	
		
			
				|  |  |    COMMAND test-director)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # dispatchers.cpp 
 | 
	
		
			
				|  |  | -ADD_EXECUTABLE( twproxy twproxy.cpp utils.cpp session.cpp boxes.cpp director.cpp galaxy.cpp dispatchers.cpp scripts.cpp buysell.cpp )
 | 
	
		
			
				|  |  | +ADD_EXECUTABLE( twproxy twproxy.cpp utils.cpp session.cpp boxes.cpp director.cpp galaxy.cpp dispatchers.cpp scripts.cpp buysell.cpp config.cpp)
 | 
	
		
			
				|  |  |  TARGET_LINK_LIBRARIES( twproxy ${Boost_LIBRARIES} pthread yaml-cpp)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  target_precompile_headers(twproxy PRIVATE pch.hpp)
 |