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
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
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
zainalbakri
INDONESIAN HIVE
2026-07-03 14:14
Promoted
The Path to Our Better Selves
Change is not something to be feared; it is the path that leads us to the finest version of ourselves. Great people are not born from lives untouched by hardship, but are shaped by the courage to move
dothebest0927
gcc
2019-05-27 07:27
!
New 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
2018-09-20 14:45
!
New 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.
cho.dev
eos
2018-05-12 13:09
!
New 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
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하는
asterkame
Sketchbook
2026-06-30 09:22
Promoted
Beautiful Night Scene with Twin Lamps Post
Hello Everyone! I drew a picture of a night scene with a purple starry sky. There is a twin lamps post in this picture. I also drew some tree parts. I drew the picture with watercolor. I painted the background
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.