Skip to content

Commit

Permalink
Upgrade missing cmake (#5450)
Browse files Browse the repository at this point in the history
Only show in developer changelog
  • Loading branch information
st-Wook authored Jul 26, 2023
1 parent c323fea commit e5d92fb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Extensions/3D/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
cmake_minimum_required(VERSION 2.6)
cmake_policy(SET CMP0015 NEW)
cmake_minimum_required(VERSION 3.5)

project(Scene3D)
gd_add_extension_includes()

#Defines
###
# Defines
#
gd_add_extension_definitions(Scene3D)

#The targets
###
# The targets
#
include_directories(.)
file(GLOB source_files *.cpp *.h)
file(
GLOB
source_files
*.cpp
*.h)
gd_add_clang_utils(Scene3D "${source_files}")
gd_add_extension_target(Scene3D "${source_files}")

#Linker files for the IDE extension
###
# Linker files for the IDE extension
#
gd_extension_link_libraries(Scene3D)

0 comments on commit e5d92fb

Please sign in to comment.