readable_code::CMake - Create a Fancy C++ Project
What is the biggest obstacle in C++? When I think about it, I think it is CMake. When I first started C++, CMake made it difficult to build even one source file… Let’s break it together. With this lecture, you too can become a CMake Master!
66 learners
Level Basic
Course period Unlimited

- Unresolved
Type checking
set(DATA_LIST ${CMAKE_CURRENT_SOURCE_DIR}/directory0/file.txt ${CMAKE_CURRENT_SOURCE_DIR}/directory0/directory ${CMAKE_CURRENT_
c++cmake소프트웨어-설계geonyeong
・
4 months ago
0
26
1
- Unresolved
MATCHES 에서 regex 사용
Control statement 26:45 에 "^[a-z]{3}.txt$" 가 아닌 "^[a-z]3\\
c++cmake소프트웨어-설계geonyeong
・
4 months ago
0
26
2
- Resolved
강의자료는 어디서 받을 수 있을까요?
안녕하세요.기초문법에서 강의자료로 사용하고 계시는 readable_code-cpp-build_system_modular_project_with_camke 프로젝트 패키지는 어디서 받을 수 있을까요?git도 찾아보았지만 없어서 문의드립니다.
c++cmake소프트웨어-설계finenumber669820
・
0
140
2
- Unresolved
SEND_ERROR는 Error during configuration가 아니라 Generation이 아닌가요?
안녕하세요 1강 message를 듣는 중 궁금한게 있습니다.SEND_ERROR는 Configuration은 되지만, Build Generation이 안된다고 설명해주셨는데 그러면, Error during configu
c++cmake소프트웨어-설계lidar
・
0
100
0
- Unresolved
configurate_package.cmake 의 project() 와 find_package()
gtest/configurate_package.cmake 에 project(GTest...) 를 넣으면 GTest 가 설치되지도 않았는데 find_package() 에서 있는 걸로 처리되어서 install 이 안되고 있습니다. 혹시 제가 놓친 부분이 있을까요
c++cmake소프트웨어-설계mumbi
・
0
268
1
- Unresolved
cmake 설치 및 예제 파일
안녕하세요. 강의를 보면서 따라 하고 싶은데 cmake 설치 및 버전, 파일 구조등에 대한 정보를 찾을 수 없어서 문의 드립니다.
c++cmake소프트웨어-설계mumbi
・
0
434
2
- Unresolved
MATCHES - 특정 패턴 포함
26분 45초에 다른 메시지를 보고 되었다고 오해하신거 같아요^[a-z]{3}.txt$abc.txt도 되지 않고 a3.txt도 되지 않는데 어떨때 True인가요?</p
c++cmake소프트웨어-설계m6488j5166
・
0
411
2

