Push before merge

This commit is contained in:
Ryzerth
2020-09-06 15:39:09 +02:00
parent 7190acfe9e
commit c0825dbeeb
35 changed files with 90 additions and 57 deletions

View File

@ -30,7 +30,7 @@ include_directories(recorder "../../src/imgui")
file(GLOB SRC "src/*.cpp")
file(GLOB IMGUI "../../src/imgui/*.cpp")
add_library(recorder SHARED ${SRC} ${IMGUI})
set_target_properties(recorder PROPERTIES OUTPUT_NAME recorder)
set_target_properties(recorder PROPERTIES PREFIX "")
if (MSVC)
# Glew