mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-11-13 10:43:01 +01:00
5 lines
202 B
CMake
5 lines
202 B
CMake
|
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||
|
add_library(icon_font_cpp_headers INTERFACE)
|
||
|
target_include_directories(icon_font_cpp_headers INTERFACE "${CMAKE_CURRENT_LIST_DIR}/IconFontCppHeaders/")
|
||
|
|