projects
/
xonotic
/
netradiant.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix include
[xonotic/netradiant.git]
/
plugins
/
shaders
/
CMakeLists.txt
1
radiant_plugin(shaders
2
plugin.cpp
3
shaders.cpp shaders.h
4
)
5
6
find_package(GLIB REQUIRED)
7
target_include_directories(shaders PRIVATE ${GLIB_INCLUDE_DIRS})
8
target_link_libraries(shaders PRIVATE ${GLIB_LIBRARIES})