<div dir="ltr">wow, that was a silly mistake, my builds are automated and I removed that line somewhere along the line.<div><br>Thanks!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 3, 2016 at 5:28 AM, Rainer Poisel <span dir="ltr"><<a href="mailto:rainer.poisel@gmail.com" target="_blank">rainer.poisel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Owen,<br>
<br>
sorry, I replied directly to you instead of replying to this mailing list.<br>
<br>
Have you tried passing "-DCMAKE_BUILD_TYPE=Debug" to CMake when invoking it?<br>
<span class="im HOEnZb"><br>
It is also possible to set this option when using "cmake-gui".<br>
<br>
Many regards,<br>
  Rainer<br>
<br>
<br>
On Sat, Jan 2, 2016 at 9:23 PM, Owen Hogarth II <<a href="mailto:gurenchan@gmail.com">gurenchan@gmail.com</a>> wrote:<br>
</span><div class="HOEnZb"><div class="h5">> I have a simple cmake project that I am trying to test with gdb but I am<br>
> having trouble. GDB is reporting now debugging symbols.<br>
><br>
> CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)<br>
> PROJECT(core_e)<br>
><br>
><br>
> SET(CMAKE_MACOSX_RPATH 1)<br>
><br>
> set(CMAKE_C_FLAGS "-g -Wall")<br>
><br>
> FIND_PACKAGE(OpenGL REQUIRED)<br>
><br>
> SET(HEADER_FILES ${CMAKE_CURRENT_SOURCE_DIR}/headers/core_e.h)<br>
> SET(SRC_FILES ${CMAKE_CURRENT_SOURCE_DIR}/core_e.c)<br>
> SET(TARGET_LIBS glfw ${OPENGL_LIBRARIES})<br>
> SET(TARGET_INC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/headers" )<br>
><br>
> ADD_LIBRARY(core_e SHARED ${SRC_FILES} ${HEADER_FILES})<br>
> TARGET_LINK_LIBRARIES(core_en\ ${TARGET_LIBS})<br>
> TARGET_INCLUDE_DIRECTORIES(core_e PUBLIC ${TARGET_INC_DIR})<br>
><br>
><br>
><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> --<br>
><br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Please keep messages on-topic and check the CMake FAQ at:<br>
> <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
><br>
> Kitware offers various services to support the CMake community. For more<br>
> information on each offering, please visit:<br>
><br>
> CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
> CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
> CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>