Jacob Ignatius
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Jacob Ignatius 创建了一个帖子, 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 创建了一个帖子, 已回答add_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...