vk-book/Chapter01/04_GLSLang/CMakeLists.txt
2025-05-23 21:13:53 -04:00

7 lines
257 B
CMake

cmake_minimum_required(VERSION 3.19)
project(Chapter01)
include(../../CMake/CommonMacros.txt)
SETUP_APP(Ch01_04_GLSLang "Chapter 01")
target_include_directories(Ch01_04_GLSLang PUBLIC ${CMAKE_SOURCE_DIR})
target_link_libraries(Ch01_04_GLSLang SharedUtils)