forked from Bananymous/banan-os
				
			Buildsystem: Fix userspace link order
This commit is contained in:
		
							parent
							
								
									80d9f6131b
								
							
						
					
					
						commit
						82dcec9576
					
				| 
						 | 
					@ -18,7 +18,8 @@ set(SOURCES
 | 
				
			||||||
add_executable($PROGRAM_NAME \${SOURCES})
 | 
					add_executable($PROGRAM_NAME \${SOURCES})
 | 
				
			||||||
target_compile_options($PROGRAM_NAME PUBLIC -O2 -g)
 | 
					target_compile_options($PROGRAM_NAME PUBLIC -O2 -g)
 | 
				
			||||||
add_dependencies($PROGRAM_NAME libc-install)
 | 
					add_dependencies($PROGRAM_NAME libc-install)
 | 
				
			||||||
target_link_options($PROGRAM_NAME PUBLIC -nodefaultlibs -lc)
 | 
					target_link_options($PROGRAM_NAME PUBLIC -nodefaultlibs)
 | 
				
			||||||
 | 
					target_link_libraries($PROGRAM_NAME PUBLIC \${BANAN_LIB}/libc.a)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_custom_target($PROGRAM_NAME-install
 | 
					add_custom_target($PROGRAM_NAME-install
 | 
				
			||||||
	COMMAND cp \${CMAKE_CURRENT_BINARY_DIR}/$PROGRAM_NAME \${BANAN_BIN}/
 | 
						COMMAND cp \${CMAKE_CURRENT_BINARY_DIR}/$PROGRAM_NAME \${BANAN_BIN}/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue