Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Jul 14, 2023
1 parent c0b9a41 commit 1f162e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ ExternalProject_Add(
"-DLIB_INSTALL_DIR=${CMAKE_BINARY_DIR}/lib/rlottie"
BUILD_BYPRODUCTS "${CMAKE_BINARY_DIR}/lib/rlottie/librlottie.lib"
)
set(INCLUDES ${INCLUDES} "${CMAKE_BINARY_DIR}/lib/src/rlottie/inc")
set(LIBS ${LIBS} "${CMAKE_BINARY_DIR}/lib/src/rlottie-build/librlottie.lib")
set(INCLUDES ${INCLUDES} "${CMAKE_BINARY_DIR}/lib/include")
set(LIBS ${LIBS} "${CMAKE_BINARY_DIR}/lib/rlottie/librlottie.lib")


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

0 comments on commit 1f162e6

Please sign in to comment.