File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ project (libjuice
44	LANGUAGES C)
55set (PROJECT_DESCRIPTION "UDP Interactive Connectivity Establishment (ICE) library" )
66
7+ option (BUILD_SHARED_LIBS  "Build shared libraries"  ON )
78option (USE_NETTLE "Use Nettle for hash functions"  OFF )
89option (NO_SERVER "Disable server support"  OFF )
910option (NO_TESTS "Disable tests build"  OFF )
@@ -89,7 +90,7 @@ source_group("Fuzzer Files" FILES "${FUZZER_SOURCES}")
8990set (THREADS_PREFER_PTHREAD_FLAG ON )
9091find_package (Threads REQUIRED)
9192
92- add_library (juice SHARED  ${LIBJUICE_SOURCES} )
93+ add_library (juice ${LIBJUICE_SOURCES} )
9394set_target_properties (juice PROPERTIES VERSION  ${PROJECT_VERSION} )
9495target_include_directories (juice PUBLIC 
9596    $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments