wrong path

This commit is contained in:
Martin Marmsoler 2023-01-23 19:56:57 +01:00
parent e5a640dcc7
commit 5b3949c8d2

View File

@ -7,6 +7,6 @@ target_compile_definitions(
conf PRIVATE SCINTILLUA_LEXERS_DIR="${SCINTILLUA_LEXERS_DIR}")
target_compile_definitions(
conf PRIVATE CONF_DIR="${RESOURCE_DIR}"
conf PRIVATE CONF_DIR="${RESOURCES_DIR}"
L10N_DIR="${L10N_INSTALL_DIR}")
set_target_properties(conf PROPERTIES AUTOMOC ON)