Re: [CMake] Sub dependencies?

2011-08-14 Thread Doug
I did actually get that working. However, I also found a _much simpler_ way of doing this. In liba/CMakeLists.txt: # Self set(A_INCLUDE_DIRS ${A_INCLUDE_DIRS} "${PROJECT_SOURCE_DIR}/include") set(A_LIBRARIES ${A_LIBRARIES} "${PROJECT_BINARY_DIR}/liba.a") # Libpng FIND_PACKAGE(libpng REQUIRED) s

Re: [CMake] Unable to locate boost_unit_test_framework-vc90-mt-gd-1_45.lib

2011-08-14 Thread Mathias Gaunard
On 08/12/2011 03:48 PM, Stephen Torri wrote: Using Mathias and Fraser's guidance I made the changes to the CMakeLists.txt file for the test directory. -DBOOST_ALL_NO_LIB is how I would have fixed it, but I guess that should work. That removed the error that but now I have 9 unresolved exte