Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Pompei2

Pages: [1]
1
Feature requests / replace CMAKE_* by PROJECT_* in all CMakeLists.txt
« on: November 29, 2010, 10:38:53 am »
Hi,

I'm creating a project, and throwing SFML into a subdirectory of it. I plan to distribute them together and have my main CMakeLists.txt include the SFML one. (using add_subdirectory(${PROJECT_SOURCE_DIR}/sfml2))

This works well, but I had to change all CMAKE_* variables (like CMAKE_SOURCE_DIR) to PROJECT_* ones (like PROJECT_SOURCE_DIR). I think this is what you really need!

Unfortunately I cannot create a patch because I have other local changes and I am not good working with diff (selecting only some files) :( But it's really just a find-replace.

Or maybe am I doing something wrong?

2
Python / PySFML2
« on: November 29, 2010, 09:53:46 am »
Any updates on this?

Pages: [1]
anything