Update ProjectName
This commit is contained in:
parent
4a5e917423
commit
47a9cdde14
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
set(ProjectName "sfml-template")
|
||||
set(ProjectName "elnutris")
|
||||
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
set(CMAKE_CXX_STANDARD_17)
|
||||
|
@ -11,4 +11,4 @@ add_executable(${ProjectName} ${SRC_FILES})
|
|||
target_include_directories(${ProjectName} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||
|
||||
find_package(SFML 2.5 COMPONENTS system window graphics network audio REQUIRED)
|
||||
target_link_libraries(${ProjectName} sfml-graphics)
|
||||
target_link_libraries(${ProjectName} sfml-graphics)
|
||||
|
|
Loading…
Add table
Reference in a new issue