Bit of fiddling around while refractoring

This commit is contained in:
2016-10-25 19:18:50 -07:00
parent c734614e5f
commit 391dc63ec8
4 changed files with 79 additions and 265 deletions

View File

@@ -29,7 +29,7 @@ include_directories(include)
# Set the .cpp sources
file(GLOB SOURCES "src/*.cpp")
add_executable(${PNAME} ${SOURCES})
add_executable(${PNAME} ${SOURCES} include/Renderer.cpp include/Renderer.h)
# Link CL, GL, and SFML
target_link_libraries (${PNAME} ${SFML_LIBRARIES} ${SFML_DEPENDENCIES})