Reformat CMakeLists.txt

This commit is contained in:
Patricia Aas 2021-06-22 09:43:00 +02:00 committed by Patricia Aas
parent c7ef086d3d
commit c6191b1f5d
1 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
find_package(SFML COMPONENTS COMPONENTS window graphics system CONFIG REQUIRED)
find_package(fmt REQUIRED)
find_package(OpenGL REQUIRED COMPONENTS OpenGL GLX)
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
add_library(libpacman ${ sources })
target_include_directories(libpacman PUBLIC.)
target_link_libraries(libpacman PUBLIC fmt::fmt sfml - graphics sfml - window sfml - system OpenGL::OpenGL OpenGL::GLX)
find_package(SFML COMPONENTS COMPONENTS window graphics system CONFIG REQUIRED)
find_package(fmt REQUIRED)
find_package(OpenGL REQUIRED COMPONENTS OpenGL GLX)
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
add_library(libpacman ${ sources })
target_include_directories(libpacman PUBLIC.)
target_link_libraries(libpacman PUBLIC fmt::fmt sfml - graphics sfml - window sfml - system OpenGL::OpenGL OpenGL::GLX)