A user requested the ability to make the target names created by UseLATEX different than the name of the main tex file. The use case was for a multi-directory project with two or more subdirectories containing LaTeX files with the same name.
5 lines
121 B
CMake
5 lines
121 B
CMake
include(../../../UseLATEX.cmake)
|
|
|
|
add_latex_document(Subdirectory2.tex
|
|
TARGET_NAME RenamedTargetForSubdirectory2_2
|
|
)
|