Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
14e2ee206051e63e1e7a085bea1f87674355bf23...59168f64fe20e7e13a2d51e6aed3425e9f115535
Commits (1)
Add WITH_SDL
· 59168f64
Deucе
authored
Feb 26, 2022
59168f64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/conio/CMakeLists.txt
src/conio/CMakeLists.txt
+2
-0
No files found.
src/conio/CMakeLists.txt
View file @
59168f64
...
...
@@ -101,6 +101,8 @@ endif()
if
(
SDL2_INCLUDE_DIRS
)
target_include_directories
(
ciolib PUBLIC
${
SDL2_INCLUDE_DIRS
}
)
set
(
WITH_SDL TRUE
)
target_compile_definitions
(
ciolib PUBLIC WITH_SDL
)
endif
()
if
(
NOT WIN32
)
...
...