Add libm to CMakeLists
This commit is contained in:
		
							parent
							
								
									087cefb13a
								
							
						
					
					
						commit
						788ff7af02
					
				@ -19,6 +19,6 @@ aux_source_directory(./src SRC_LIST)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
add_executable(${PROJECT_NAME} ${SRC_LIST} "${HEADERS}")
 | 
					add_executable(${PROJECT_NAME} ${SRC_LIST} "${HEADERS}")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
target_link_libraries(${PROJECT_NAME} ${SOUP_LIBRARIES} ${JSON_LIBRARIES})
 | 
					target_link_libraries(${PROJECT_NAME} ${SOUP_LIBRARIES} ${JSON_LIBRARIES} m)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install (TARGETS ${PROJECT_NAME} DESTINATION bin)
 | 
					install (TARGETS ${PROJECT_NAME} DESTINATION bin)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user