Fixed frameworks compilation
This commit is contained in:
parent
0580cba0cd
commit
7d919f4344
2 changed files with 29 additions and 1 deletions
|
@ -141,7 +141,7 @@ else()
|
|||
|
||||
# we need a dummy file in order to compile the framework
|
||||
set(SFML_SOURCES ${SFML_HEADERS})
|
||||
list(APPEND SFML_SOURCES dummy.cpp)
|
||||
list(APPEND SFML_SOURCES src/dummy.cpp)
|
||||
|
||||
# create SFML.framework
|
||||
add_library(SFML ${SFML_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue