-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ssv
committed
Jan 29, 2020
1 parent
19b7ba1
commit 81637d8
Showing
422 changed files
with
5,173 additions
and
3,915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
EXEC_PATH=$(dirname "$0") | ||
export LD_LIBRARY_PATH="${EXEC_PATH}/" | ||
eval "${EXEC_PATH}/asiExe $@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,12 @@ | ||
ASITUS_THIRDPARTY_PRODUCT("tcl" "" "tcl.h" "tcl86") | ||
if (3RDPARTY_tcl_DIR AND NOT 3RDPARTY_tk_DIR) | ||
if (EXISTS ${3RDPARTY_tcl_INCLUDE_DIR}/tk.h) | ||
set (3RDPARTY_tk_DIR "${3RDPARTY_tcl_DIR}" CACHE PATH "The directory containing tk" FORCE) | ||
endif() | ||
endif() | ||
ASITUS_THIRDPARTY_PRODUCT("tk" "" "tk.h" "tk86") | ||
|
||
#ASITUS_THIRDPARTY_PRODUCT("freeimage" "" "FreeImage.h" "FreeImage") | ||
#if (3RDPARTY_freeimage_DIR AND NOT 3RDPARTY_freeimageplus_DIR) | ||
# set (3RDPARTY_freeimageplus_DIR "${3RDPARTY_freeimage_DIR}" CACHE PATH "The directory containing freeimageplus" FORCE) | ||
#endif() | ||
|
||
#ASITUS_THIRDPARTY_PRODUCT("freeimageplus" "" "FreeImagePlus.h" "FreeImagePlus") | ||
ASITUS_THIRDPARTY_PRODUCT("freetype" "" "ft2build.h" "freetype") | ||
#ASITUS_THIRDPARTY_PRODUCT("tbb" "tbb" "tbb.h" "tbb") | ||
|
||
#-------------------------------------------------------------------------- | ||
# Installation | ||
if (WIN32) | ||
#-------------------------------------------------------------------------- | ||
|
||
# Tcl | ||
if (WIN32) | ||
install (FILES ${3RDPARTY_tcl_DIR}/bin/tcl86.dll DESTINATION bin) | ||
install (FILES ${3RDPARTY_tcl_DIR}/bin/zlib1.dll DESTINATION bin) | ||
|
||
# TBB | ||
#install (FILES ${3RDPARTY_tbb_DIR}/bin/intel64/vc12/tbb.dll DESTINATION bin) | ||
#install (FILES ${3RDPARTY_tbb_DIR}/bin/intel64/vc12/tbbmalloc.dll DESTINATION bin) | ||
|
||
else() | ||
install (FILES ${3RDPARTY_tcl_DIR}/lib/libtcl8.6.so DESTINATION bin) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.