Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaronkot committed Jan 15, 2025
1 parent 69f74de commit 3faabac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/app.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ IF(${CURRENT_OS} STREQUAL "linux")
gpupixel
GL
glfw)
SET(GPUPIXEL_LIBS ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libgpupixel.so)
)
SET(GPUPIXEL_LIBS ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libgpupixel.so)
set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-Wl,-rpath,./")
ELSEIF(${CURRENT_OS} STREQUAL "windows")
TARGET_LINK_LIBRARIES(${PROJECT_NAME}
Expand Down

0 comments on commit 3faabac

Please sign in to comment.