include_directories(${CMAKE_SOURCE_DIR}/src/main/cpp/include) add_library(libopencv_java3 SHARED IMPORTED ) set_target_properties...IMPORTED_LOCATION "${libs}/...
set_target_properties(${bench_name} PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_RPATH}:${_rpath_portable_origin}/../lib") install(TARGETS ${bench_name} DESTINATION test) endif() endforeach() 1 change: 1 addition & 0 deletions 1 c10/test/CMakeLists.txt Original file line numberDiff line...
false, "mergeConfigurations": false, "compilerPathIsExplicit": false, "configurationProvider": "ms-vscode.cmake-tools", "browse": { "path": [ "${workspaceFolder}/**" ], "limitSymbolsToIncludedHeaders": true } } Custom browse configuration: { "browsePath": [ "XXXX/obj/CMakeFiles", ....
include_directories(${CMAKE_SOURCE_DIR}/src/main/cpp/include) add_library(libopencv_java3 SHARED IMPORTED ) set_target_properties...IMPORTED_LOCATION "${libs}/...
Brief Issue Summary Within CMake we set a __FILE_ID__ define for each source file using set_source_files_properties (also passing the TARGET_DIRECTORY; setting the COMPILE_DEFINITIONS property), so we can later on use this for logging pu...
- name: Install stable toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: 1.44.1 target: wasm32-unknown-unknown override: true - name: Run unit tests uses: actions-rs/cargo@v1 with: command: unit-test args: --locked env: RUST_BACKTRACE: 1 - name: Compile WASM ...
install-sh Sync toplevel with upstream GCC. Mar 22, 2016 libtool.m4 libtool.m4: fix nm BSD flag detection Jan 12, 2022 ltgcc.m4 * libtool.m4: Update to libtool 2.2.6. Sep 29, 2008 ltmain.sh PR target/59788 Feb 5, 2014 ltoptions.m4 Sync Libtool from GCC. Jan 10, 2010 ...
# Build google test (target: gtest) # Do not install testing lib, we don't need it, as we run them from build directory with correct rpath embedded. set(INSTALL_GTEST OFF CACHE BOOL "Suppressing gtest install" FORCE) # Link shared library set(BUILD_...