Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create your 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
wendyth16
BEER
2026-05-24 01:16
Promoted
Celebrate With beers || Beersaturday#464
🍻Welcome to My Blog🍻 Greetings, #beerlovers! I wish you all the best. I’m back in this great #beersaturday community to share my beer moments with you—from my weekend outings—as part of this initiative,
$ 1.445
104
1
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
ineyashami
Movies & TV Shows
2026-05-22 20:28
Promoted
Paddington : Jungle Adventure (2024)
Hi everyone, one thing I think is already well known is that I love animated adventure movies; you could say they're the ones I watch most often. Lately, it's become a regular thing to have movie nights
$ 2.034
210
2
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