]> git.lyx.org Git - lyx.git/blobdiff - src/support/CMakeLists.txt
Cmake build: Omit also hidden header files from globbing
[lyx.git] / src / support / CMakeLists.txt
index b0d1c6db202f58ca12a57dadf6b69f42632b195d..4a018e8cce8944396d3874a07133fed8dd1133e6 100644 (file)
@@ -41,6 +41,10 @@ else()
        set(support_linkback_headers "")
 endif()
 
+if(UNIX AND CMAKE_COMPILER_IS_GNUCC AND NOT APPLE)
+       add_definitions(-DLYX_CALLSTACK_PRINTING)
+endif()
+
 add_subdirectory(tests)
 
 # needed to compile tex2lyx in merged mode