Fix some bugs in keyword functions; add stupid image read/write

This commit is contained in:
eddyem
2019-02-20 23:21:17 +03:00
parent 82b214db95
commit b8dc08bbfd
4 changed files with 231 additions and 67 deletions

View File

@@ -94,7 +94,7 @@ link_directories(${${PROJ}_LIBRARY_DIRS})
add_definitions(-DLOCALEDIR=\"${LOCALEDIR}\"
-DPACKAGE_VERSION=\"${PROJ_VERSION}\" -DGETTEXT_PACKAGE=\"${PROJ}\"
-DMINOR_VERSION=\"${MINOR_VERSION}\" -DMID_VERSION=\"${MID_VERSION}\"
-DMAJOR_VERSION=\"${MAJOR_VESION}\")
-DMAJOR_VERSION=\"${MAJOR_VESION}\" -DVERSION=\"${PROJ_VERSION}\")
# -l
target_link_libraries(${PROJ} ${${PROJ}_LIBRARIES})