mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed strip on windows
This commit is contained in:
parent
030b291af1
commit
247d09a09d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if(WIN32)
|
||||||
find_package(SDL2)
|
find_package(SDL2)
|
||||||
|
|
||||||
if (SDL2_FOUND)
|
if (SDL2_FOUND)
|
||||||
string(STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES)
|
string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
|
||||||
target_include_directories(omohsdl PUBLIC ${SDL2_INCLUDE_DIRS})
|
target_include_directories(omohsdl PUBLIC ${SDL2_INCLUDE_DIRS})
|
||||||
target_link_libraries(omohsdl PRIVATE ${SDL2_LIBRARIES})
|
target_link_libraries(omohsdl PRIVATE ${SDL2_LIBRARIES})
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue