Entities are now constructable
Added utility function to display error window Added textures Added font Added a way to choose resources location
This commit is contained in:
parent
a775d846d7
commit
06841915f0
17 changed files with 155 additions and 39 deletions
|
@ -6,7 +6,13 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules" ${CMAKE_MODULE_PATH})
|
|||
|
||||
add_executable(gTests gTests.cpp gTests.cpp)
|
||||
|
||||
target_include_directories(gTests PRIVATE ${PROJECT_SOURCE_DIR}/../src)
|
||||
|
||||
target_link_libraries(gTests
|
||||
engine
|
||||
gtest
|
||||
pthread)
|
||||
pthread
|
||||
sfml-window
|
||||
sfml-graphics
|
||||
sfml-system
|
||||
pugixml)
|
Loading…
Add table
Add a link
Reference in a new issue