We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6f304 commit c6442d6Copy full SHA for c6442d6
SampleBase/CMakeLists.txt
@@ -72,11 +72,6 @@ elseif(PLATFORM_ANDROID)
72
include/SampleApp.hpp
73
)
74
elseif(PLATFORM_LINUX)
75
- if(PLATFORM_FREEBSD)
76
- if(EXISTS /usr/local/include)
77
- include_directories(/usr/local/include)
78
- endif()
79
80
set(SOURCE
81
src/Linux/InputControllerLinux.cpp
82
src/Linux/SampleAppLinux.cpp
Tutorials/Tutorial00_HelloLinux/CMakeLists.txt
@@ -2,12 +2,6 @@ cmake_minimum_required (VERSION 3.6)
2
3
project(Tutorial00_HelloLinux CXX)
4
5
-if(PLATFORM_FREEBSD)
6
7
8
9
-endif()
10
-
11
12
src/Tutorial00_HelloLinux.cpp
13
0 commit comments