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
59168f64fe20e7e13a2d51e6aed3425e9f115535...073e3516422ffe4bc99f87afde1f740ddc08abc0
Commits (1)
Set WITH_SDL in parent scope so xpdevplus can pick it up.
· 073e3516
Deucе
authored
Feb 26, 2022
073e3516
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/conio/CMakeLists.txt
src/conio/CMakeLists.txt
+1
-1
No files found.
src/conio/CMakeLists.txt
View file @
073e3516
...
...
@@ -101,7 +101,7 @@ endif()
if
(
SDL2_INCLUDE_DIRS
)
target_include_directories
(
ciolib PUBLIC
${
SDL2_INCLUDE_DIRS
}
)
set
(
WITH_SDL TRUE
)
set
(
WITH_SDL TRUE
PARENT_SCOPE
)
target_compile_definitions
(
ciolib PUBLIC WITH_SDL
)
endif
()
...
...