15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
|
|
# pthread
|
|
ExternalProject_Add(pthread
|
|
GIT_REPOSITORY https://github.com/GerHobbelt/pthread-win32
|
|
GIT_TAG v3.0.3.1
|
|
SOURCE_DIR "${TD_CONTRIB_DIR}/pthread"
|
|
BINARY_DIR ""
|
|
#BUILD_IN_SOURCE TRUE
|
|
CONFIGURE_COMMAND ""
|
|
BUILD_COMMAND ""
|
|
INSTALL_COMMAND ""
|
|
TEST_COMMAND ""
|
|
GIT_SHALLOW true
|
|
)
|