mirror of
				https://github.com/bolucat/Archive.git
				synced 2025-10-31 20:03:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			666 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			666 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # The set of languages for which implicit dependencies are needed:
 | |
| set(CMAKE_DEPENDS_LANGUAGES
 | |
|   "CXX"
 | |
|   )
 | |
| # The set of files for implicit dependencies of each language:
 | |
| set(CMAKE_DEPENDS_CHECK_CXX
 | |
|   "/Users/amuralid/dev_test/cpp-jwt/examples/simple_ex1.cc" "/Users/amuralid/dev_test/cpp-jwt/examples/CMakeFiles/simple_ex1.dir/simple_ex1.cc.o"
 | |
|   )
 | |
| set(CMAKE_CXX_COMPILER_ID "Clang")
 | |
| 
 | |
| # The include file search paths:
 | |
| set(CMAKE_CXX_TARGET_INCLUDE_PATH
 | |
|   "include"
 | |
|   "/usr/local/Cellar/openssl/1.0.2j/include"
 | |
|   )
 | |
| 
 | |
| # Targets to which this target links.
 | |
| set(CMAKE_TARGET_LINKED_INFO_FILES
 | |
|   )
 | |
| 
 | |
| # Fortran module output directory.
 | |
| set(CMAKE_Fortran_TARGET_MODULE_DIR "")
 | 
