In progress...

This commit is contained in:
Kolan Sh 2016-06-12 15:07:41 +03:00
parent c99d68f5bf
commit a17e98ee1a
1 changed files with 8 additions and 8 deletions

View File

@ -37,14 +37,6 @@ ExternalProject_Add (latex-struct
INSTALL_DIR bundle
)
ExternalProject_Add (object-example
SOURCE_DIR ${CMAKE_SOURCE_DIR}/object-example
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bundle
# PREFIX object-example
INSTALL_DIR bundle
)
ExternalProject_Add (data-example
SOURCE_DIR ${CMAKE_SOURCE_DIR}/data-example
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
@ -53,6 +45,14 @@ ExternalProject_Add (data-example
INSTALL_DIR bundle
)
ExternalProject_Add (object-example
SOURCE_DIR ${CMAKE_SOURCE_DIR}/object-example
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bundle
# PREFIX object-example
INSTALL_DIR bundle
)
INSTALL (DIRECTORY ${CMAKE_BINARY_DIR}/bundle DESTINATION "win32")