Skip to content
Snippets Groups Projects
Commit 8f75faca authored by Tim's avatar Tim
Browse files

Kommentare

parent 5b3b2b2e
Branches
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.9)
project(scg3 DESCRIPTION "SCG3 cmake project")
cmake_minimum_required(VERSION 3.5)
project(scg3)
if (UNIX)
SET(CMAKE_C_FLAGS "-fPIC")
endif (UNIX)
add_library(${PROJECT_NAME}
src/Animation.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment