Moran Assif
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Faded code under #ifdef when linking with library
AnsweredI have a some files i compile, a.cpp, b.cpp, c.cpp with some of the code under #ifdef XX. When i use add_executable(my_exec a.cpp b.cpp c.cpp)target_compile_definitions(my_exec PRIVATE XX) And look...