https://developer0hye.tistory.com/entry/Github-Actions-windows-latest-msvc-version [Github Actions] windows-latest msvc version 20230128 일자를 기준으로 Visual Studio 2017, 2019, 2022 별 최신 컴파일러가 설치돼있다. https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B Microsoft Visual C++ - Wikipedia From Wikipedia, the free encyclopedia Integrated development developer0hye.tistory.com Github Action 갖고놀다 보니까 제공해주는..
Project Root 경로에 있는 txt 파일을 빌드 후에 실행파일이 생성되는 위치에 copy 시키고 싶었다. 근데 실행파일이 생성되는 폴더의 상위 폴더에 생성되는등의 문제가 있어 구글링 해보니 스택오버플로에 답이 있었다. 아래처럼 작성하면 됐다. add_custom_command( TARGET ${PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/boxes.txt $) https://cmake.org/cmake/help/v3.0/manual/cmake-generator-expressions.7.html cmake-generator-expressions(7) — CMake 3.0.2 Documenta..
CMake executable location CMake executable location I have a very simple directory structure: Project Project/src Project/build Source files are in Project/src, and I do the out-of-src build in Project/build. After running cmake ../ ; make, I can ... stackoverflow.com
cmake -help 여러 옵션에 대한 설명 쭉 뜨고, Generator들도 함께 뜸
https://cliutils.gitlab.io/modern-cmake/ An Introduction to Modern CMake · Modern CMake An Introduction to Modern CMake People love to hate build systems. Just watch the talks from CppCon17 to see examples of developers making the state of build systems the brunt of jokes. This raises the question: Why? Certainly there are no shortage of prob cliutils.gitlab.io
set(variable path) 변수(variable)에 파일 경로(path)를 정의하는 경우 파일 경로에 따라서 경로가 제대로 설정안되는 경우가 존재한다. set(variable FILEPATH path) 이런 경우에 위와 같이 변수의 타입을 명시해주면 문제가 해결될 것이다. cmake.org/cmake/help/latest/command/set.html set — CMake 3.20.0-rc2 Documentation Set a normal, cache, or environment variable to a given value. See the cmake-language(7) variables documentation for the scopes and interaction of normal varia..
C++ Project를 CMake를 사용하여 빌드하기 위해 CMakeLists.txt를 작성하였고 컴파일러 경로도 모두 명시적으로 지정해주었습니다. 그런데, cmake 커맨드를 입력하니 아래와 같은 오류가 출력이 되었습니다. Run Build Command(s):nmake -f Makefile /nologo cmTC_51e6e\fast && 지정된 파일을 찾을 수 없습니다 Generator: execution of make failed. Make command was: nmake -f Makefile /nologo cmTC_51e6e\fast && "지정된 파일을 찾을 수 없습니다 Generator"라고 출력되어서 문제를 해결하기전까지는 저 문제가 어떤 문제인지 에러를 보고도 감이 오지 않았습니다. 문제..
- Total
- Today
- Yesterday
- 백트래킹
- 조합
- 백준 1766
- 순열
- 백준 11437
- 가장 긴 증가하는 부분 수열
- MOT
- LCA
- PyCharm
- FairMOT
- C++ Deploy
- cosine
- 단축키
- Lowest Common Ancestor
- 문제집
- 인공지능을 위한 선형대수
- 파이참
- 백준 11053
- 백준
- 자료구조
- ㅂ
- 위상 정렬 알고리즘
- 이분탐색
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |