1
Fork 0
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:
Valtteri Koskivuori 2020-02-25 22:03:47 +02:00 committed by Andreas Kling
parent 712e7102b0
commit 22259bf85d
9 changed files with 85 additions and 87 deletions

View file

@ -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()