mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:27:39 +00:00
Ports: Update the C-ray renderer port
This commit is contained in:
parent
712e7102b0
commit
22259bf85d
9 changed files with 85 additions and 87 deletions
|
@ -7,7 +7,7 @@ index 5ccce96..1db6074 100644
|
|||
target_link_libraries(${PROJECT_NAME} ${SDL2_LIBRARY})
|
||||
else()
|
||||
- target_link_libraries(${PROJECT_NAME} -lpthread -lm ${SDL2_LIBRARY})
|
||||
+ target_link_libraries(${PROJECT_NAME} -lSDL2 -lgui -ldraw -lipc -lcore -lpthread -lm -lstdc++)
|
||||
+ target_link_libraries(${PROJECT_NAME} -lSDL2 -lgui -ldraw -lgfx -lipc -lcore -lpthread -lm -lstdc++)
|
||||
endif()
|
||||
add_definitions(-DUI_ENABLED)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue