Conan 1.7 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 11.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 11.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake "%s/hello" %s' % (self.source_folder 4 (continued from previous page) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 433 页 | 2.95 MB | 1 年前3Conan 1.6 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 11.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 11.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake "%s/hello" %s' % (self.source_folder previous page) cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 428 页 | 2.87 MB | 1 年前3Conan 1.8 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 458 页 | 3.03 MB | 1 年前3Conan 1.9 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 470 页 | 3.05 MB | 1 年前3Conan 1.11 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 490 页 | 4.05 MB | 1 年前3Conan 1.15 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 540 页 | 4.22 MB | 1 年前3Conan 1.16 Documentation
DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross "compiler", "build_type", "arch" generators = "cmake" def build(self): cmake = CMake(self) cmake.configure() cmake.build() def imports(self): self.copy("*.dll", dst="bin", src="bin") self.copy("*.dylib*"0 码力 | 545 页 | 4.34 MB | 1 年前3Conan 1.14 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 528 页 | 4.17 MB | 1 年前3Conan 1.13 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 518 页 | 4.14 MB | 1 年前3Conan 1.10 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 12.2 Autotools: configure/make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 12.3 Visual DIR}/conanbuildinfo.cmake) conan_basic_setup()''') def build(self): cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() # Explicit way: # self.run('cmake %s/hello %s' # % (self.source_folder system() == "Windows": cmake = CMake(self) cmake.configure(source_folder="hello") cmake.build() else: env_build = AutoToolsBuildEnvironment(self) env_build.configure() env_build.make() Learn more in the Cross0 码力 | 479 页 | 3.09 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8