Login
Discover
Waves
Communities
Login
Signup
Topics
#cmake
Global
Trending
Hot
New
Top
#cmake
New
Top communities
Create your community
latest #cmake created topics | Ecency
alucian
deutsch
1d
Ich habe jetzt einen Ordner in meinem System gefunden, der heißt XAC einfach nur so, als haette ich das Bewusst gemacht.
Das habe ich aber wenn, schon wieder vergessen. Man muss wissen, ich weis nicht wie man einen Ordner anlegt so einfach so, und so im System, ich muesste ihn jeztt erst wieder suchen aber irgendwo mit cmake
$ 0.130
24
1
alucian
deutsch
9d
XAIGPUARC /// Ich mache es mir nicht Einfach, damit es andere maximal Einfach haben... Cmake/C++/Sycl/OpenCl wird rausgeschmissen.
Edit: Ich glaube inzwischen immer Festern, das ich auf C++ / Sycl und OpenCl auf Pfeife.... Die sind einfach Faul.
$ 0.127
28
4
serpent7776
DBuzz
2y
They say that C++ template metaprogramming code is unreadable. #cmake ...
... target_link_libraries ( foo PUBLIC $<IF:$<OR:$<STREQUAL:$<TARGET_PROPERTY:TYPE>,SHARED_LIBRARY>,$<STREQUAL:$<TARGET_PROPERTY:TYPE>,MODULE_LIBRARY>>, bar_shared_boost,
jfmherokiller
programming
6y
a helpful template for cmake if you are trying to upgrade a project which uses autoconf
I just wish to share part of a large cmake file im working on to handle the process of converting an an old project (this is kind of part of the protomuck thing) to a newer cmake backed format. INCLUDE
travelwritemoney
Town Square
5d
Published via Ecency
Promoted
Breaking Free from Analysis Paralysis: How I Reorganized My Crypto.com Stack for Maximum Returns
Today I took what for me is drastic action. I unstaked my Level-Up CRO in the Crypto.com app. It's a big decision because my account has been grandfathered into
mtl1979
cmake
6y
How to force cmake to link against static version of library...
Sometimes it is necessary to force cmake project to link against static version of system library if available, it can be done using following code snippets, which are from cmake package for Ubuntu. Replace
mtl1979
cmake
6y
How to add FindPackage() script for libraries not already supported by cmake.
Sometimes a developer wants to make sure compilation of a program doesn't fail even if user hasn't installed all the dependencies... With cmake it is easy to add optional packages that will only be built
dothebest0927
gcc
7y
!
Low reputation account with an unverified outbound link, Reveal content
[CentOS7] How to cmake 3.8.2 build (Required minimum version) - 1
How to install Cmake 3.8.2 build (Required minimum version) Step $ wget $ tar -zxvf cmake-3.6.1.tar.gz $ cd cmake-3.6.1 $ ./bootstrap (Required gcc Compiler) $ make $ make install $ \cp -f ./bin/cmake
copernix
eos
8y
!
Low reputation account with an unverified outbound link, Reveal content
CMake + EOSIO
Purpose This tutorial describes how to use CMake (and CLion) to build smart contracts for the eosio blockchain. This work was motivated by the absence of build tools that can be used directly from an IDE.
darth-azrael
photography
5d
Published via Ecency
Promoted
Vintage Photos - Lot 6 (417-420)
All of the photos in this set were taken in the early 1970s. All were likely taken in the Lansing Michigan area.
cho.dev
eos
8y
!
Low reputation account with an unverified outbound link, Reveal content
EOS Smart Contract - MAC
테스트 환경 Mac version 10.13.4 OpenSSL version 2.2.7 MongoDB Cmake version 3.11.1 라이브러리 설치 #cmake $ brew install cmake $ brew update cmake #openssl $ brew install openssl $ export
deep-root
kr
9y
Qt creator를 이용해서 CMake project setup하는 방법 (Ubuntu 환경)
Qt의 공식 IDE인 (또는 Editor 인) Qt creator의 가장 기본적인 구성은 Qt project + qmake 이다. 하지만 C++을 지원하는 Qt creator는 CMakeLists project + cmake를 프로젝트 단위로 셋업해서 사용할 수 있다. 본 포스트에서는 Qt creator를 이용해서 cmake project를 import하는
alanzheng
resolve
9y
Resolve CMake find path issue
If CMake report something NOTFOUND: Try to add set(CMAKE_PREFIX_PATH "/correct path") in CMakeLists.txt Or set CMAKE_PREFIX_PATH in cmake command line.