Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #cmake created topics on internet
serpent7776
DBuzz
2024-10-14 17:15
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,
$ 0.000
0
jfmherokiller
programming
2020-07-17 05:33
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
$ 0.062
6
mtl1979
cmake
2020-07-08 02:28
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
$ 0.000
1
mtl1979
cmake
2020-06-23 15:47
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
$ 0.029
7
1
luchyl
PhotoFeed
2026-04-04 22:51
Promoted
The Orange-tailed Potter Wasp: A Visitor In My Parent's Yard - PhotoFeed Contest Macro Photography 164
Happy Saturday! A warm welcome back to my blog. Hope you're having a great weekend. So, I was out visiting my parents two days ago and decided to take a walk around their front yard. Getting closer to
$ 1.761
195
4
dothebest0927
gcc
2019-05-27 07:27
[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
$ 0.000
0
copernix
eos
2018-09-20 14:45
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.
$ 0.000
2
3
cho.dev
eos
2018-05-12 13:09
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
$ 0.000
1
1
deep-root
kr
2018-02-13 17:58
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하는
$ 0.000
1
railer1164
musica
2026-04-03 07:24
Promoted
Hip hop bico
Aquí tienes una versión más corta y con una descripción más directa de su esencia: Vico C: La conciencia del hip hop en español Vico C, nacido en el Bronx y criado en Puerto Rico, no fue solo un rapero
$ 0.000
0
alanzheng
resolve
2017-10-09 07:19
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.
$ 0.000
2