|
@@ -11,9 +11,9 @@ set (HEADERS
|
|
|
Terrain.h
|
|
Terrain.h
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
-#add_library (game SHARED ${SRC} ${HEADERS})
|
|
|
|
|
-#target_link_libraries(game crown)
|
|
|
|
|
|
|
+add_library (game SHARED ${SRC} ${HEADERS})
|
|
|
|
|
+target_link_libraries(game crown)
|
|
|
|
|
|
|
|
-#install (DIRECTORY terrain DESTINATION samples)
|
|
|
|
|
-#install (TARGETS game DESTINATION samples/terrain)
|
|
|
|
|
|
|
+install (DIRECTORY terrain DESTINATION samples)
|
|
|
|
|
+install (TARGETS game DESTINATION samples/terrain)
|
|
|
|
|
|