Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisah2 authored Sep 19, 2024
1 parent 57336f6 commit 73a87e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ ExternalProject_Add(gl4es
INSTALL_COMMAND ${wrapper_command} $(MAKE) install


#COMMAND mkdir -p ${prefix}/lib/
#COMMAND cp libs/${app_abi}/libGL.so ${prefix}/lib/
#COMMAND cp -r <SOURCE_DIR>/include ${prefix}/include/gl4es/
#COMMAND cp -r <SOURCE_DIR>/include ${prefix}/
COMMAND mkdir -p ${prefix}/lib/
COMMAND cp libs/${app_abi}/libGL.so ${prefix}/lib/
COMMAND cp -r <SOURCE_DIR>/include ${prefix}/include/gl4es/
COMMAND cp -r <SOURCE_DIR>/include ${prefix}/
)

ExternalProject_Add(mygui
Expand Down

0 comments on commit 73a87e9

Please sign in to comment.