File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -74,5 +74,7 @@ kernel*.bin
74
74
75
75
# build dirs
76
76
/build *
77
+ /.cppan
77
78
/cppan
79
+ /* .dll
78
80
/win *
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})
46
46
47
47
set (MINIMUM_LEPTONICA_VERSION 1.71)
48
48
49
- if (NOT EXISTS ${PROJECT_SOURCE_DIR} /cppan)
49
+ if (NOT EXISTS ${PROJECT_SOURCE_DIR} /. cppan)
50
50
if (NOT Leptonica_DIR AND NOT MSVC )
51
51
find_package (PkgConfig REQUIRED)
52
52
pkg_check_modules(Leptonica REQUIRED lept)
53
53
else ()
54
54
find_package (Leptonica ${MINIMUM_LEPTONICA_VERSION} REQUIRED CONFIG)
55
55
endif ()
56
56
else ()
57
- add_subdirectory (cppan)
57
+ add_subdirectory (. cppan)
58
58
endif ()
59
59
60
60
find_package (OpenCL QUIET )
Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ before_build:
12
12
- if %platform%==Win64 set generator=Visual Studio 14 Win64
13
13
- if %platform%==Win32 set vcplatform=Win32
14
14
- if %platform%==Win64 set vcplatform=x64
15
-
15
+
16
16
- curl -fsS -o cppan.zip https://cppan.org/client/cppan-master-Windows-client.zip
17
17
- 7z x cppan.zip
18
18
- set PATH=%PATH%;%cd%
19
-
19
+
20
+ - echo build_system_verbose : false>> %USERPROFILE%/.cppan/cppan.yml
21
+
20
22
build_script :
21
23
- cppan
22
24
- mkdir build
Original file line number Diff line number Diff line change 1
1
local_settings :
2
- cppan_dir : cppan
3
2
use_shared_libs : true
4
3
5
4
type : library
You can’t perform that action at this time.
0 commit comments