728x90 반응형 전체 글72 SFML CMAKE 결론만 먼저 말하면 https://github.com/piotrek-szczygiel/newland 의 소스 코드를 다운 받아 CMakeLists.txt를 열었을 때 아래와 같이 작성되어 있다. cmake_minimum_required(VERSION 3.1) project(newland) set(SFML_STATIC_LIBRARIES TRUE) find_package( SFML 2.5 COMPONENTS graphics audio REQUIRED) add_definitions(-DTMX_STATIC) include_directories(libraries) file(GLOB_RECURSE SOURCE_FILES ${PROJECT_SOURCE_DIR}/newland/*.cpp ${PROJECT_SOURCE_.. 2023. 10. 2. 깃헙 남의 게임 코드 실행 2023. 10. 1. 참조자를 반환하는 함수 #include int& ref_return(int& ref) //별명을 붙여서 { ref++; return ref; //별명을 뱉는다. } void main() { std::cout 2023. 9. 19. 프로그래밍 책 추천 [C++] 1. 명품 C++ Programming, 황기태 저 2. C/C++ 완벽가이드, 김용성 저 3. Game Programming in C++, 산자이 마드하브 4. Accelerated C++, 앤드루 쾨니히 [Graphic] 5. OpenGL 6. GPU의 모든 기술 [컴퓨터 구조] 1. 그래서 컴퓨터는 어떻게 동작하나요?" 2. https://youtu.be/7J7X7aZvMXQ?si=ZbRJPtocLvpZv9ux [인공지능] 1. 신경망 첫걸음, 타리크 라시드 저 2. GAN 첫걸음, 타리크 라시드 저 [보고 싶은 책] Modern C++ Design 2023. 9. 12. 이전 1 ··· 3 4 5 6 7 8 9 ··· 18 다음 728x90 반응형