cmake error

This commit is contained in:
sliptonic
2021-11-10 13:33:20 -06:00
parent 4a7cdd5095
commit 73c01a4196

View File

@@ -142,7 +142,7 @@ SET(PathScripts_SRCS
PathScripts/__init__.py
)
SET(PathScripts_generator_SRCS
SET(Generator_SRCS
Generators/drill_generator.py
)
@@ -264,6 +264,7 @@ SET(Path_Data
SET(all_files
${PathScripts_SRCS}
${Generator_SRCS}
${PathScripts_post_SRCS}
${Tools_SRCS}
${Tools_Bit_SRCS}
@@ -296,6 +297,13 @@ INSTALL(
Mod/Path/PathScripts
)
INSTALL(
FILES
${Generator_SRCS}
DESTINATION
Mod/Path/Generators
)
INSTALL(
FILES
${PathTests_SRCS}