Make it work on windows
This commit is contained in:
parent
c6191b1f5d
commit
32886717de
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
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 })
|
||||
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)
|
||||
target_include_directories(libpacman PUBLIC .)
|
||||
target_link_libraries(libpacman PUBLIC fmt::fmt sfml-graphics)
|
||||
|
|
Loading…
Reference in a new issue