-
How should I build the project when I add it as a git submodule? (My project uses CMake)
-
Start with a simple CMakeLists.txt file:
```CMake title="CMakeLists.txt"
cmake_minimum_required(VERSION 3.10)
# set the project name
project(SA_MESH)
# add the executable
add_executable(sa…
-
I am a registered Xbox developer and I want to build FSR1 and FSR3 for GDK backend. To do this, I copied the `AMDTK\fidelityfx\src\backends\gdk` directory (from October 2024 GDKX samples) to the `sdk\…
-
Since I've recently updated zed, the `CMakeLists.txt` no longer gets properly recognized as a cmake source file.
Instead, it gets recognized as a plain text file, and I have to manually select the la…
-
The CMakeLists is now used to create a few executables with different settings.
It can't however be used as a static library right now which is usefull for embedded devices.
being able to do
…
-
ynkan updated
22 hours ago
-
I find an error in line 12 in CMakeLists.txt
`set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${CMAKE_CURRENT_SOURCE_DIR}bin.relwithdbg)`
Should it be
`set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWI…
-
-
**If you have feedback, questions, or need help, please post here or open a new issue.**
In recent commits @maxderhak has contributed a significant uplift, including JSON support for ICC profiles, …
xsscx updated
4 hours ago
-
I'd like to build the uf2 from source, but there is a lack of a CMakeLists.txt file, and build instructions.