In progress...

This commit is contained in:
Kolan Sh 2016-06-23 23:18:24 +03:00
parent 12814d5c16
commit f33290fe26
1 changed files with 16 additions and 16 deletions

View File

@ -13,22 +13,6 @@ SET (MAJOR 0)
SET (MINOR 0)
SET (PATCH 0)
ExternalProject_Add (desktop
SOURCE_DIR ${CMAKE_SOURCE_DIR}/desktop
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bundle
# PREFIX desktop
INSTALL_DIR bundle
)
ExternalProject_Add (core
SOURCE_DIR ${CMAKE_SOURCE_DIR}/core
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bundle
# PREFIX core
INSTALL_DIR bundle
)
ExternalProject_Add (gobject-plugin
SOURCE_DIR ${CMAKE_SOURCE_DIR}/gobject-plugin
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
@ -45,6 +29,14 @@ ExternalProject_Add (latex-struct
INSTALL_DIR bundle
)
ExternalProject_Add (core
SOURCE_DIR ${CMAKE_SOURCE_DIR}/core
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bundle
# PREFIX core
INSTALL_DIR bundle
)
ExternalProject_Add (data-example
SOURCE_DIR ${CMAKE_SOURCE_DIR}/data-example
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
@ -61,6 +53,14 @@ ExternalProject_Add (object-example
INSTALL_DIR bundle
)
ExternalProject_Add (desktop
SOURCE_DIR ${CMAKE_SOURCE_DIR}/desktop
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=bundle
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/bundle
# PREFIX desktop
INSTALL_DIR bundle
)