Jacob Ignatius

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Jacob Ignatius created a post, CLion: trying to use files from container in output directory
Hi,I am using the Docker toolchain in CLion. I have a docker image in which I build files needed for my project in a folder /build.This is the end of my Docker file:WORKDIR /build # VOLUME /build ... -
Jacob Ignatius created a post, Answeredadd_subdirectory and symlink directory
Hi, I am using the latest version of CLion (2022.3.2) on Ubuntu but running into problems with add_subdirectory in my cmake file. I am also using the Docker toolchain. So the source exists on my ho...