mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 02:35:12 +03:00
oops
This commit is contained in:
parent
bade2a36c0
commit
36a215be1f
@ -114,7 +114,9 @@ install(TARGETS ${PROJ} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
install(FILES ${PCFILE} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig)
|
||||
|
||||
# EXAMPLES
|
||||
add_subdirectory(examples)
|
||||
if(DEFINED EXAMPLES AND EXAMPLES EQUAL 1)
|
||||
add_subdirectory(examples)
|
||||
endif()
|
||||
|
||||
###### gettext ######
|
||||
if(NOT DEFINED NOGETTEXT)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user