Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Jul 14, 2023
1 parent 1f162e6 commit 31c1683
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ ExternalProject_Add(
"-DLOTTIE_MODULE=OFF"
"-DBUILD_SHARED_LIBS=OFF"
"-DLIB_INSTALL_DIR=${CMAKE_BINARY_DIR}/lib/rlottie"
BUILD_BYPRODUCTS "${CMAKE_BINARY_DIR}/lib/rlottie/librlottie.lib"
)
set(INCLUDES ${INCLUDES} "${CMAKE_BINARY_DIR}/lib/include")
set(LIBS ${LIBS} "${CMAKE_BINARY_DIR}/lib/rlottie/librlottie.lib")
set(LIBS ${LIBS} "${CMAKE_BINARY_DIR}/lib/rlottie/rlottie.lib")


#---------------------------
Expand Down

0 comments on commit 31c1683

Please sign in to comment.