Warning, /sdk/pology/pology/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # Configure paths in __init__.py
0002 set(CONFIG_DATADIR ${DATA_INSTALL_DIR})
0003 set(CONFIG_LOCALEDIR ${MO_INSTALL_DIR})
0004 set(CONFIG_VERSION ${PROJECT_VERSION})
0005 configure_file(__init__.py ${CMAKE_CURRENT_BINARY_DIR}/__init__.py @ONLY)
0006 
0007 set(modules
0008     ${CMAKE_CURRENT_BINARY_DIR}/__init__.py # configured
0009     ascript.py
0010     bpatterns.py
0011     catalog.py
0012     checks.py
0013     colors.py
0014     comments.py
0015     config.py
0016     diff.py
0017     entities.py
0018     escape.py
0019     fsops.py
0020     getfunc.py
0021     gtxtools.py
0022     header.py
0023     markup.py
0024     match.py
0025     merge.py
0026     message.py
0027     monitored.py
0028     msgreport.py
0029     multi.py
0030     noop.py
0031     normalize.py
0032     remove.py
0033     report.py
0034     resolve.py
0035     rules.py
0036     sieve.py
0037     spell.py
0038     split.py
0039     stdcmdopt.py
0040     subcmd.py
0041     synder.py
0042     tabulate.py
0043     timeout.py
0044     uiref.py
0045     vcs.py
0046     wrap.py
0047 )
0048 get_current_source_subdir(srcsubdir)
0049 install_python3_module_files(${srcsubdir} ${modules})
0050 
0051 add_subdirectory(proj)
0052 add_subdirectory(lang)
0053 add_subdirectory(internal)
0054 add_subdirectory(external)