a LOT of new stuff

This commit is contained in:
Ryzerth
2020-08-16 03:39:05 +02:00
parent 31a95031e4
commit eadaf3ce6b
34 changed files with 3988 additions and 203 deletions

View File

@@ -29,6 +29,12 @@ include_directories(sdrpp "src/")
include_directories(sdrpp "src/imgui")
file(GLOB SRC "src/*.cpp")
file(GLOB IMGUI "src/imgui/*.cpp")
# If on windows, set the executable icon
if (MSVC)
set(SRC ${SRC} "win32/resources.rc")
endif (MSVC)
add_executable(sdrpp ${SRC} ${IMGUI})
if (MSVC)