mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	@@ -28,6 +28,7 @@ include(CheckCXXCompilerFlag)
 | 
			
		||||
include(ClangTidy)
 | 
			
		||||
 | 
			
		||||
add_library(clio_options INTERFACE)
 | 
			
		||||
target_compile_features(clio_options INTERFACE cxx_std_23) # Clio needs c++23 but deps can remain c++20 for now
 | 
			
		||||
target_include_directories(clio_options INTERFACE ${CMAKE_SOURCE_DIR}/src)
 | 
			
		||||
 | 
			
		||||
# Set coverage build options
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user