Move poshlib to extern.
This commit is contained in:
parent
93e2fb46a9
commit
5ed9090012
6
extern/CMakeLists.txt
vendored
Normal file
6
extern/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
IF(WIN32)
|
||||||
|
ADD_SUBDIRECTORY(gnuwin32)
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
|
ADD_SUBDIRECTORY(poshlib)
|
7
extern/poshlib/CMakeLists.txt
vendored
Normal file
7
extern/poshlib/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
SET(POSHLIB_SRCS
|
||||||
|
posh.c
|
||||||
|
posh.h)
|
||||||
|
|
||||||
|
ADD_LIBRARY(posh STATIC ${POSHLIB_SRCS})
|
||||||
|
|
1006
extern/poshlib/posh.c
vendored
Normal file
1006
extern/poshlib/posh.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1007
extern/poshlib/posh.h
vendored
Normal file
1007
extern/poshlib/posh.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user