Files
create/src/Mod/JtReader/CMakeLists.txt
luzpaz 729685316e Fix trailing whitespace, typos, headers
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00

13 lines
156 B
CMake

add_subdirectory(App)
if(BUILD_GUI)
#add_subdirectory(Gui)
endif(BUILD_GUI)
INSTALL(
FILES
Init.py
DESTINATION
Mod/JtReader
)