CMakelist update

This commit is contained in:
Henrik Rydgard 2013-03-30 00:10:18 +01:00
parent 2b5d9fec5b
commit 9740d71a1f
2 changed files with 3 additions and 3 deletions

View File

@ -313,7 +313,7 @@ add_library(snappy STATIC
)
include_directories(ext/snappy)
add_library(rg_etc STATIC
add_library(rg_etc1 STATIC
native/ext/rg_etc1/rg_etc1.cpp
native/ext/rg_etc1/rg_etc1.h)
include_directories(native/ext/rg_etc1)
@ -598,7 +598,7 @@ add_library(native STATIC
include_directories(native)
# rapidxml is headers only so we can't make a lib specific for it
include_directories(native/ext/rapidxml)
target_link_libraries(native ${LIBZIP} rg_etc sha1 stb_image stb_vorbis #vjson
target_link_libraries(native ${LIBZIP} rg_etc1 sha1 stb_image stb_vorbis #vjson
zlib snappy ${GLEW_LIBRARIES})
if(ANDROID)
target_link_libraries(native log)

2
native

@ -1 +1 @@
Subproject commit 4f5a60d82b38dbb609084782211a272b9e4e53fb
Subproject commit 4ffc4f0415c2b2efa79c900fa61da78d61411797