]> git.lyx.org Git - features.git/blobdiff - development/cmake/intl/CMakeLists.txt
Headers and .C files are now in The Golden Code folder
[features.git] / development / cmake / intl / CMakeLists.txt
index 4ef0f0e13d75431fc40768a6cfc25ed1dff48c47..8dd321eb58df45bfc5864987dbb354247c124d39 100644 (file)
@@ -77,3 +77,6 @@ add_library(intl STATIC ${intl_sources} ${intl_headers})
 if(ICONV_FOUND)
        target_link_libraries(intl ${ICONV_LIBRARY})
 endif(ICONV_FOUND)
+
+source_group("${CODE_GROUP_NAME}" FILES ${intl_sources} ${intl_headers})
+