mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-02 05:54:15 +00:00
11 lines
404 B
CMake
11 lines
404 B
CMake
# Path to this file.
|
|
set(GCR_CMAKE_MACRO_DIR ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
# Finds the glib-compile-resources executable.
|
|
find_program(GLIB_COMPILE_RESOURCES_EXECUTABLE glib-compile-resources)
|
|
mark_as_advanced(GLIB_COMPILE_RESOURCES_EXECUTABLE)
|
|
|
|
# Include the cmake files containing the functions.
|
|
include(${GCR_CMAKE_MACRO_DIR}/CompileGResources.cmake)
|
|
include(${GCR_CMAKE_MACRO_DIR}/GenerateGXML.cmake)
|
|
|