Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Moran Assif
Total activity
4
Last activity
July 04, 2018 12:11
Member since
July 04, 2018 09:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
July 04, 2018 12:11
I understand, thank you.
Community
CLion
Faded code under #ifdef when linking with library
0 votes
Edited
July 04, 2018 11:00
I am using 2018.2 EAP build #CL-182.3458.13 The simple example is: cmake_minimum_required(VERSION 3.11)project(ifdef_example) set(CMAKE_CXX_STANDARD 11) add_library(my_a_lib STATIC a.cpp)target_c...
Community
CLion
Faded code under #ifdef when linking with library
0 votes